Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp173 StringRef RPath = getPayloadString(LC); in processLoadCommands() local
187 for (StringRef RPath : MachOConfig.RPathsToRemove) { in processLoadCommands() local
225 StringRef RPath = getPayloadString(LC); in processLoadCommands() local
247 for (StringRef RPath : MachOConfig.RPathToAdd) { in processLoadCommands() local
256 for (StringRef RPath : MachOConfig.RPathToPrepend) { in processLoadCommands() local
/src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DModuleDependencyCollector.h32 void addFileMapping(llvm::StringRef VPath, llvm::StringRef RPath) override {} in addFileMapping()
/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DUtils.h154 virtual void addFileMapping(StringRef VPath, StringRef RPath) { in addFileMapping()
/src/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp57 void InterfaceFile::addRPath(StringRef RPath, const Target &InputTarget) { in addRPath()
H A DTextStubV5.cpp120 RPath, enumerator
/src/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp1210 StringRef RPath = Arg->getValue(); in parseInstallNameToolOptions() local
1231 auto Match = [=](StringRef RPath) { return RPath == Old || RPath == New; }; in parseInstallNameToolOptions()
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h657 std::string RPath; member
/src/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2805 void JSONWriter::writeEntry(StringRef VPath, StringRef RPath) { in writeEntry()
2845 StringRef RPath = Entry.RPath; in write() local
2878 StringRef RPath = Entry.RPath; in write() local