Lines Matching refs:LC
121 LoadCommand LC; in readLoadCommands() local
138 LC.Sections = std::move(*Sections); in readLoadCommands()
154 LC.Sections = std::move(*Sections); in readLoadCommands()
186 memcpy((void *)&(LC.MachOLoadCommand.LCStruct##_data), LoadCmd.Ptr, \ in readLoadCommands()
189 MachO::swapStruct(LC.MachOLoadCommand.LCStruct##_data); \ in readLoadCommands()
191 LC.Payload = ArrayRef<uint8_t>( \ in readLoadCommands()
199 memcpy((void *)&(LC.MachOLoadCommand.load_command_data), LoadCmd.Ptr, in readLoadCommands()
202 MachO::swapStruct(LC.MachOLoadCommand.load_command_data); in readLoadCommands()
204 LC.Payload = ArrayRef<uint8_t>( in readLoadCommands()
211 O.LoadCommands.push_back(std::move(LC)); in readLoadCommands()
245 for (auto &LC : O.LoadCommands) in setSymbolInRelocationInfo() local
246 for (std::unique_ptr<Section> &Sec : LC.Sections) in setSymbolInRelocationInfo()
249 for (LoadCommand &LC : O.LoadCommands) in setSymbolInRelocationInfo()
250 for (std::unique_ptr<Section> &Sec : LC.Sections) in setSymbolInRelocationInfo()
291 const MachO::linkedit_data_command &LC = in readLinkData() local
294 arrayRefFromStringRef(MachOObj.getData().substr(LC.dataoff, LC.datasize)); in readLinkData()
338 for (const LoadCommand &LC : O.LoadCommands) in readSwiftVersion() local
339 for (const std::unique_ptr<Section> &Sec : LC.Sections) in readSwiftVersion()