Home
last modified time | relevance | path

Searched refs:getLinkeditDataLoadCommand (Results 1 – 4 of 4) sorted by relevance

/external/llvm/tools/macho-dump/
Dmacho-dump.cpp262 MachO::linkedit_data_command LLC = Obj.getLinkeditDataLoadCommand(LCI); in DumpLinkeditDataCommand()
281 MachO::linkedit_data_command LLC = Obj.getLinkeditDataLoadCommand(LCI); in DumpDataInCodeDataCommand()
/external/llvm/include/llvm/Object/
DMachO.h344 getLinkeditDataLoadCommand(const LoadCommandInfo &L) const;
/external/llvm/lib/Object/
DMachOObjectFile.cpp2299 MachOObjectFile::getLinkeditDataLoadCommand(const LoadCommandInfo &L) const { in getLinkeditDataLoadCommand() function in MachOObjectFile
/external/llvm/tools/llvm-objdump/
DMachODump.cpp304 MachOObj->getLinkeditDataLoadCommand(Command); in getSectionsAndSymbols()
8481 Obj->getLinkeditDataLoadCommand(Command); in PrintLoadCommands()