Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h504 getSegmentLoadCommand(const LoadCommandInfo &L) const;
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp339 MachO::segment_command SC = Obj->getSegmentLoadCommand(L); in getSegment()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp335 MachO::segment_command SLC = MachOObj->getSegmentLoadCommand(Command); in getSectionsAndSymbols()
435 MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintIndirectSymbols()
769 const MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintRelocations()
2693 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessCstringPointer()
2763 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessIndirectSymbol()
9650 MachO::segment_command SLC = Obj->getSegmentLoadCommand(Command); in PrintLoadCommands()
9824 MachO::segment_command Seg = Obj->getSegmentLoadCommand(Command); in printMachOExportsTrie()
/freebsd-12.1/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1252 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Command); in dumpSymbolNamesFromObject()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp4270 MachOObjectFile::getSegmentLoadCommand(const LoadCommandInfo &L) const { in getSegmentLoadCommand() function in MachOObjectFile