Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h522 getDylinkerCommand(const LoadCommandInfo &L) const;
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp4315 MachOObjectFile::getDylinkerCommand(const LoadCommandInfo &L) const { in getDylinkerCommand() function in MachOObjectFile
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp9691 MachO::dylinker_command Dyld = Obj->getDylinkerCommand(Command); in PrintLoadCommands()