Searched refs:getSegment64LoadCommand (Results 1 – 3 of 3) sorted by relevance
179 getSegment64LoadCommand(const LoadCommandInfo &L) const;
150 MachO::segment_command_64 SLC = Obj.getSegment64LoadCommand(LCI); in DumpSegment64Command()
236 MachO::segment_command_64 S = O->getSegment64LoadCommand(L); in getSegmentLoadCommandNumSections()1495 MachOObjectFile::getSegment64LoadCommand(const LoadCommandInfo &L) const { in getSegment64LoadCommand() function in llvm::object::MachOObjectFile