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.cpp248 if (RPaths.contains(RPath)) in processLoadCommands() local
165 StringRef RPath = getPayloadString(LC); processLoadCommands() local
179 for (StringRef RPath : MachOConfig.RPathsToRemove) { processLoadCommands() local
217 StringRef RPath = getPayloadString(LC); processLoadCommands() local
239 for (StringRef RPath : MachOConfig.RPathToAdd) { processLoadCommands() local
[all...]
/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.cpp57 void InterfaceFile::addRPath(StringRef RPath, const Target &InputTarget) { in addRPath()
H A DTextStubV5.cpp120 RPath, enumerator
/freebsd/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h657 std::string RPath; member
/freebsd/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