Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp155 StringRef RPath = getPayloadString(LC); in processLoadCommands() local
169 for (StringRef RPath : Config.RPathsToRemove) { in processLoadCommands() local
207 StringRef RPath = getPayloadString(LC); in processLoadCommands() local
229 for (StringRef RPath : Config.RPathToAdd) { in processLoadCommands() local
238 for (StringRef RPath : Config.RPathToPrepend) { in processLoadCommands() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DModuleDependencyCollector.h32 void addFileMapping(llvm::StringRef VPath, llvm::StringRef RPath) override {} in addFileMapping()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DUtils.h168 virtual void addFileMapping(StringRef VPath, StringRef RPath) { in addFileMapping()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h515 std::string RPath; member
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DConfigManager.cpp1096 StringRef RPath = Arg->getValue(); in parseInstallNameToolOptions() local
1117 auto Match = [=](StringRef RPath) { return RPath == Old || RPath == New; }; in parseInstallNameToolOptions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2230 void JSONWriter::writeEntry(StringRef VPath, StringRef RPath) { in writeEntry()
2270 StringRef RPath = Entry.RPath; in write() local
2304 StringRef RPath = Entry.RPath; in write() local