Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-size/
Dllvm-size.cpp187 Load = MachO->getNextLoadCommandInfo(Load); in PrintDarwinSectionSizes()
261 Load = MachO->getNextLoadCommandInfo(Load); in PrintDarwinSegmentSizes()
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp435 Command = InputObject->getNextLoadCommandInfo(Command); in main()
/external/llvm/include/llvm/Object/
DMachO.h333 LoadCommandInfo getNextLoadCommandInfo(const LoadCommandInfo &L) const;
/external/llvm/lib/Object/
DMachOObjectFile.cpp331 Load = getNextLoadCommandInfo(Load); in MachOObjectFile()
2251 MachOObjectFile::getNextLoadCommandInfo(const LoadCommandInfo &L) const { in getNextLoadCommandInfo() function in MachOObjectFile
/external/llvm/tools/llvm-objdump/
DMachODump.cpp319 Command = MachOObj->getNextLoadCommandInfo(Command); in getSectionsAndSymbols()
445 Load = O->getNextLoadCommandInfo(Load); in PrintIndirectSymbols()
597 Load = O->getNextLoadCommandInfo(Load); in PrintDylibs()
2177 Load = info->O->getNextLoadCommandInfo(Load); in GuessCstringPointer()
2265 Load = info->O->getNextLoadCommandInfo(Load); in GuessIndirectSymbol()
2402 Load = info->O->getNextLoadCommandInfo(Load); in GuessPointerPointer()
8493 Command = Obj->getNextLoadCommandInfo(Command); in PrintLoadCommands()