Home
last modified time | relevance | path

Searched defs:VirtualPath (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileCollector.h57 void addFileToMapping(StringRef VirtualPath, StringRef RealPath) { in addFileToMapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCollector.cpp83 SmallString<256> VirtualPath = AbsoluteSrc; in addFileImpl() local
DVirtualFileSystem.cpp1897 void YAMLVFSWriter::addFileMapping(StringRef VirtualPath, StringRef RealPath) { in addFileMapping()
/third_party/rust/rust/src/tools/rust-analyzer/crates/vfs/src/
Dvfs_path.rs322 impl VirtualPath { impl