Home
last modified time | relevance | path

Searched refs:getSegmentLoadCommand (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/llvm/include/llvm/Object/
HDMachO.h177 getSegmentLoadCommand(const LoadCommandInfo &L) const;
/trueos/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp184 MachOObj->getSegmentLoadCommand(Command); in getSectionsAndSymbols()
/trueos/contrib/llvm/tools/macho-dump/
HDmacho-dump.cpp127 MachO::segment_command SLC = Obj.getSegmentLoadCommand(LCI); in DumpSegmentCommand()
/trueos/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp239 MachO::segment_command S = O->getSegmentLoadCommand(L); in getSegmentLoadCommandNumSections()
1490 MachOObjectFile::getSegmentLoadCommand(const LoadCommandInfo &L) const { in getSegmentLoadCommand() function in llvm::object::MachOObjectFile