Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DMachO.h651 getLinkeditDataLoadCommand(const LoadCommandInfo &L) const;
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DMachODumper.cpp814 MachO::linkedit_data_command LLC = Obj->getLinkeditDataLoadCommand(Load); in printMachODataInCode()
/openbsd/src/gnu/llvm/llvm/tools/llvm-nm/
Dllvm-nm.cpp1585 MachO.getLinkeditDataLoadCommand(Command); in dumpSymbolsFromDLInfoMachO()
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DMachODump.cpp331 MachOObj->getLinkeditDataLoadCommand(Command); in getSectionsAndSymbols()
1086 O->getLinkeditDataLoadCommand(LC); in PrintFunctionStarts()
10512 Obj->getLinkeditDataLoadCommand(Command); in PrintLoadCommands()
/openbsd/src/gnu/llvm/llvm/lib/Object/
DMachOObjectFile.cpp4645 MachOObjectFile::getLinkeditDataLoadCommand(const LoadCommandInfo &L) const { in getLinkeditDataLoadCommand() function in MachOObjectFile