Searched refs:getSegment64LoadCommand (Results 1 – 4 of 4) sorted by relevance
132 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load); in PrintDarwinSectionSizes()206 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load); in PrintDarwinSegmentSizes()
199 getSegment64LoadCommand(const LoadCommandInfo &L) const;
150 MachO::segment_command_64 SLC = Obj.getSegment64LoadCommand(LCI); in DumpSegment64Command()
251 MachO::segment_command_64 S = O->getSegment64LoadCommand(L); in getSegmentLoadCommandNumSections()1815 MachOObjectFile::getSegment64LoadCommand(const LoadCommandInfo &L) const { in getSegment64LoadCommand() function in llvm::object::MachOObjectFile