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