Home
last modified time | relevance | path

Searched refs:addFileMapping (Results 1 – 5 of 5) 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() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileCollector.h120 VFSWriter.addFileMapping(VirtualPath, RealPath); in addFileToMapping()
H A DVirtualFileSystem.h1116 void addFileMapping(StringRef VirtualPath, StringRef RealPath);
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp175 addFileMapping(Paths.VirtualPath, CacheDst); in copyToRoot()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2732 void YAMLVFSWriter::addFileMapping(StringRef VirtualPath, StringRef RealPath) { in addFileMapping() function in YAMLVFSWriter