Home
last modified time | relevance | path

Searched refs:getDylinkerCommand (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DMachO.h671 getDylinkerCommand(const LoadCommandInfo &L) const;
/openbsd/src/gnu/llvm/llvm/lib/Object/
DMachOObjectFile.cpp4695 MachOObjectFile::getDylinkerCommand(const LoadCommandInfo &L) const { in getDylinkerCommand() function in MachOObjectFile
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DMachODump.cpp10434 MachO::dylinker_command Dyld = Obj->getDylinkerCommand(Command); in PrintLoadCommands()