Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h675 getDylinkerCommand(const LoadCommandInfo &L) const;
/src/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4706 MachOObjectFile::getDylinkerCommand(const LoadCommandInfo &L) const { in getDylinkerCommand() function in MachOObjectFile
/src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp10138 MachO::dylinker_command Dyld = Obj->getDylinkerCommand(Command); in PrintLoadCommands()