Home
last modified time | relevance | path

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

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