Home
last modified time | relevance | path

Searched defs:VPath (Results 1 – 3 of 3) sorted by relevance

/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/include/llvm/Support/
H A DVirtualFileSystem.h654 : VPath(std::forward<T1>(VPath)), RPath(std::forward<T2>(RPath)), in VPath() function
656 std::string VPath; member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2679 SmallString<128> VPath; in getVFSEntries() local
2690 SmallString<128> VPath; in getVFSEntries() local
2805 void JSONWriter::writeEntry(StringRef VPath, StringRef RPath) { in writeEntry()