Home
last modified time | relevance | path

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

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