Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h675 getRpathCommand(const LoadCommandInfo &L) const;
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp4705 MachOObjectFile::getRpathCommand(const LoadCommandInfo &L) const { in getRpathCommand() function in MachOObjectFile
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp1492 auto Rpath = O->getRpathCommand(Command); in printRpaths()
10440 MachO::rpath_command Rpath = Obj->getRpathCommand(Command); in PrintLoadCommands()