Home
last modified time | relevance | path

Searched defs:RPath (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp192 StringRef RPath = getPayloadString(LC); in processLoadCommands() local
206 for (StringRef RPath : MachOConfig.RPathsToRemove) { in processLoadCommands() local
244 StringRef RPath = getPayloadString(LC); in processLoadCommands() local
266 for (StringRef RPath : MachOConfig.RPathToAdd) { in processLoadCommands() local
275 for (StringRef RPath : MachOConfig.RPathToPrepend) { in processLoadCommands() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DModuleDependencyCollector.h32 void addFileMapping(llvm::StringRef VPath, llvm::StringRef RPath) override {} in addFileMapping()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp55 void InterfaceFile::addRPath(StringRef RPath, const Target &InputTarget) { in addRPath()
H A DTextStubV5.cpp147 RPath, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp1341 StringRef RPath = Arg->getValue(); in parseInstallNameToolOptions() local
1362 auto Match = [=](StringRef RPath) { return RPath == Old || RPath == New; }; in parseInstallNameToolOptions()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2818 void JSONWriter::writeEntry(StringRef VPath, StringRef RPath) { in writeEntry()
2858 StringRef RPath = Entry.RPath; in write() local
2891 StringRef RPath = Entry.RPath; in write() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h675 std::string RPath; member