Home
last modified time | relevance | path

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

/freebsd/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
/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/clang/include/clang/Frontend/
H A DUtils.h154 virtual void addFileMapping(StringRef VPath, StringRef RPath) { in addFileMapping()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp56 void InterfaceFile::addRPath(const Target &InputTarget, StringRef RPath) { in addRPath()
H A DTextStubV5.cpp120 RPath, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp1064 StringRef RPath = Arg->getValue(); in parseInstallNameToolOptions() local
1085 auto Match = [=](StringRef RPath) { return RPath == Old || RPath == New; }; in parseInstallNameToolOptions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h630 std::string RPath; member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2724 void JSONWriter::writeEntry(StringRef VPath, StringRef RPath) { in writeEntry()
2764 StringRef RPath = Entry.RPath; in write() local
2798 StringRef RPath = Entry.RPath; in write() local