Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/tools/llvm-size/
H A Dllvm-size.cpp127 MachOObjectFile::LoadCommandInfo Load = MachO->getFirstLoadCommandInfo(); in PrintDarwinSectionSizes()
198 MachOObjectFile::LoadCommandInfo Load = MachO->getFirstLoadCommandInfo(); in PrintDarwinSegmentSizes()
/minix3/external/bsd/llvm/dist/llvm/tools/macho-dump/
H A Dmacho-dump.cpp427 InputObject->getFirstLoadCommandInfo(); in main()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h332 LoadCommandInfo getFirstLoadCommandInfo() const;
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp232 MachOObj->getFirstLoadCommandInfo(); in getSectionsAndSymbols()
1149 MachOObjectFile::LoadCommandInfo Load = info->O->getFirstLoadCommandInfo(); in GuessCstringPointer()
1209 MachOObjectFile::LoadCommandInfo Load = info->O->getFirstLoadCommandInfo(); in GuessIndirectSymbol()
1373 MachOObjectFile::LoadCommandInfo Load = info->O->getFirstLoadCommandInfo(); in GuessPointerPointer()
4436 MachOObjectFile::LoadCommandInfo Command = Obj->getFirstLoadCommandInfo(); in PrintLoadCommands()
/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp245 MachOObjectFile::LoadCommandInfo Load = getFirstLoadCommandInfo(); in MachOObjectFile()
2198 MachOObjectFile::getFirstLoadCommandInfo() const { in getFirstLoadCommandInfo() function in MachOObjectFile