Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp206 auto RPLC = Obj->getRpathCommand(LCI); in readMachOHeader()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h679 getRpathCommand(const LoadCommandInfo &L) const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1466 auto Rpath = O->getRpathCommand(Command); in printRpaths()
10144 MachO::rpath_command Rpath = Obj->getRpathCommand(Command); in PrintLoadCommands()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4716 MachOObjectFile::getRpathCommand(const LoadCommandInfo &L) const { in getRpathCommand() function in MachOObjectFile