Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/tools/llvm-size/
H A Dllvm-size.cpp187 Load = MachO->getNextLoadCommandInfo(Load); in PrintDarwinSectionSizes()
261 Load = MachO->getNextLoadCommandInfo(Load); in PrintDarwinSegmentSizes()
/minix3/external/bsd/llvm/dist/llvm/tools/macho-dump/
H A Dmacho-dump.cpp435 Command = InputObject->getNextLoadCommandInfo(Command); in main()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h333 LoadCommandInfo getNextLoadCommandInfo(const LoadCommandInfo &L) const;
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp254 Command = MachOObj->getNextLoadCommandInfo(Command); in getSectionsAndSymbols()
1197 Load = info->O->getNextLoadCommandInfo(Load); in GuessCstringPointer()
1285 Load = info->O->getNextLoadCommandInfo(Load); in GuessIndirectSymbol()
1422 Load = info->O->getNextLoadCommandInfo(Load); in GuessPointerPointer()
4560 Command = Obj->getNextLoadCommandInfo(Command); in PrintLoadCommands()
/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp302 Load = getNextLoadCommandInfo(Load); in MachOObjectFile()
2209 MachOObjectFile::getNextLoadCommandInfo(const LoadCommandInfo &L) const { in getNextLoadCommandInfo() function in MachOObjectFile