Lines Matching refs:LC
123 LoadCommand LC; in readLoadCommands() local
140 LC.Sections = std::move(*Sections); in readLoadCommands()
156 LC.Sections = std::move(*Sections); in readLoadCommands()
191 memcpy((void *)&(LC.MachOLoadCommand.LCStruct##_data), LoadCmd.Ptr, \ in readLoadCommands()
194 MachO::swapStruct(LC.MachOLoadCommand.LCStruct##_data); \ in readLoadCommands()
196 LC.Payload = ArrayRef<uint8_t>( \ in readLoadCommands()
204 memcpy((void *)&(LC.MachOLoadCommand.load_command_data), LoadCmd.Ptr, in readLoadCommands()
207 MachO::swapStruct(LC.MachOLoadCommand.load_command_data); in readLoadCommands()
209 LC.Payload = ArrayRef<uint8_t>( in readLoadCommands()
216 O.LoadCommands.push_back(std::move(LC)); in readLoadCommands()
250 for (auto &LC : O.LoadCommands) in setSymbolInRelocationInfo() local
251 for (std::unique_ptr<Section> &Sec : LC.Sections) in setSymbolInRelocationInfo()
254 for (LoadCommand &LC : O.LoadCommands) in setSymbolInRelocationInfo()
255 for (std::unique_ptr<Section> &Sec : LC.Sections) in setSymbolInRelocationInfo()
300 const MachO::linkedit_data_command &LC = in readLinkData() local
303 arrayRefFromStringRef(MachOObj.getData().substr(LC.dataoff, LC.datasize)); in readLinkData()
351 for (const LoadCommand &LC : O.LoadCommands) in readSwiftVersion() local
352 for (const std::unique_ptr<Section> &Sec : LC.Sections) in readSwiftVersion()