Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp153 StringRef RPath = getPayloadString(LC); in processLoadCommands() local
167 for (StringRef RPath : Config.RPathsToRemove) { in processLoadCommands() local
205 StringRef RPath = getPayloadString(LC); in processLoadCommands() local
227 for (StringRef RPath : Config.RPathToAdd) { in processLoadCommands() local
236 for (StringRef RPath : Config.RPathToPrepend) { in processLoadCommands() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DUtils.h168 virtual void addFileMapping(StringRef VPath, StringRef RPath) { in addFileMapping()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DVirtualFileSystem.h515 std::string RPath; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DConfigManager.cpp1098 StringRef RPath = Arg->getValue(); in parseInstallNameToolOptions() local
1119 auto Match = [=](StringRef RPath) { return RPath == Old || RPath == New; }; in parseInstallNameToolOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp2229 void JSONWriter::writeEntry(StringRef VPath, StringRef RPath) { in writeEntry()
2269 StringRef RPath = Entry.RPath; in write() local
2303 StringRef RPath = Entry.RPath; in write() local