Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Object/
HDMachO.h164 LoadCommandInfo getNextLoadCommandInfo(const LoadCommandInfo &L) const;
/trueos/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp195 Command = MachOObj->getNextLoadCommandInfo(Command); in getSectionsAndSymbols()
/trueos/contrib/llvm/tools/macho-dump/
HDmacho-dump.cpp410 Command = InputObject->getNextLoadCommandInfo(Command); in main()
/trueos/contrib/llvm/lib/MC/
HDMCObjectDisassembler.cpp554 Load = MOOF.getNextLoadCommandInfo(Load); in getEntrypoint()
/trueos/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp453 Load = getNextLoadCommandInfo(Load); in MachOObjectFile()
1445 MachOObjectFile::getNextLoadCommandInfo(const LoadCommandInfo &L) const { in getNextLoadCommandInfo() function in llvm::object::MachOObjectFile