Home
last modified time | relevance | path

Searched refs:getSegment64LoadCommand (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/llvm/include/llvm/Object/
HDMachO.h179 getSegment64LoadCommand(const LoadCommandInfo &L) const;
/trueos/contrib/llvm/tools/macho-dump/
HDmacho-dump.cpp150 MachO::segment_command_64 SLC = Obj.getSegment64LoadCommand(LCI); in DumpSegment64Command()
/trueos/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp236 MachO::segment_command_64 S = O->getSegment64LoadCommand(L); in getSegmentLoadCommandNumSections()
1495 MachOObjectFile::getSegment64LoadCommand(const LoadCommandInfo &L) const { in getSegment64LoadCommand() function in llvm::object::MachOObjectFile