Lines Matching refs:LC
120 LoadCommand LC; in readLoadCommands() local
129 LC.Sections = std::move(*Sections); in readLoadCommands()
137 LC.Sections = std::move(*Sections); in readLoadCommands()
160 memcpy((void *)&(LC.MachOLoadCommand.LCStruct##_data), LoadCmd.Ptr, \ in readLoadCommands()
163 MachO::swapStruct(LC.MachOLoadCommand.LCStruct##_data); \ in readLoadCommands()
165 LC.Payload = ArrayRef<uint8_t>( \ in readLoadCommands()
173 memcpy((void *)&(LC.MachOLoadCommand.load_command_data), LoadCmd.Ptr, in readLoadCommands()
176 MachO::swapStruct(LC.MachOLoadCommand.load_command_data); in readLoadCommands()
178 LC.Payload = ArrayRef<uint8_t>( in readLoadCommands()
185 O.LoadCommands.push_back(std::move(LC)); in readLoadCommands()
219 for (auto &LC : O.LoadCommands) in setSymbolInRelocationInfo() local
220 for (std::unique_ptr<Section> &Sec : LC.Sections) in setSymbolInRelocationInfo()
223 for (LoadCommand &LC : O.LoadCommands) in setSymbolInRelocationInfo()
224 for (std::unique_ptr<Section> &Sec : LC.Sections) in setSymbolInRelocationInfo()
265 const MachO::linkedit_data_command &LC = in readLinkData() local
268 arrayRefFromStringRef(MachOObj.getData().substr(LC.dataoff, LC.datasize)); in readLinkData()
303 for (const LoadCommand &LC : O.LoadCommands) in readSwiftVersion() local
304 for (const std::unique_ptr<Section> &Sec : LC.Sections) in readSwiftVersion()