Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp162 StringRef RPath = getPayloadString(LC); in processLoadCommands() local
176 for (StringRef RPath : MachOConfig.RPathsToRemove) { in processLoadCommands() local
214 StringRef RPath = getPayloadString(LC); in processLoadCommands() local
236 for (StringRef RPath : MachOConfig.RPathToAdd) { in processLoadCommands() local
245 for (StringRef RPath : MachOConfig.RPathToPrepend) { in processLoadCommands() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DModuleDependencyCollector.h32 void addFileMapping(llvm::StringRef VPath, llvm::StringRef RPath) override {} in addFileMapping()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DUtils.h152 virtual void addFileMapping(StringRef VPath, StringRef RPath) { in addFileMapping()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp1066 StringRef RPath = Arg->getValue(); in parseInstallNameToolOptions() local
1087 auto Match = [=](StringRef RPath) { return RPath == Old || RPath == New; }; in parseInstallNameToolOptions()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DVirtualFileSystem.h630 std::string RPath; member
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp2706 void JSONWriter::writeEntry(StringRef VPath, StringRef RPath) { in writeEntry()
2746 StringRef RPath = Entry.RPath; in write() local
2780 StringRef RPath = Entry.RPath; in write() local