Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h506 getSegment64LoadCommand(const LoadCommandInfo &L) const;
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp353 MachO::segment_command_64 SC = Obj->getSegment64LoadCommand(L); in getSegment()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp407 MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); in PrintIndirectSymbols()
748 const MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); in PrintRelocations()
2672 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessCstringPointer()
2728 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessIndirectSymbol()
2887 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessPointerPointer()
9663 MachO::segment_command_64 SLC_64 = Obj->getSegment64LoadCommand(Command); in PrintLoadCommands()
9830 MachO::segment_command_64 Seg = Obj->getSegment64LoadCommand(Command); in printMachOExportsTrie()
/freebsd-12.1/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1258 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Command); in dumpSymbolNamesFromObject()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp4275 MachOObjectFile::getSegment64LoadCommand(const LoadCommandInfo &L) const { in getSegment64LoadCommand() function in MachOObjectFile