Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp2079 IntrusiveRefCntPtr<FileSystem> ExternalFS) { in create()
2120 bool UseExternalNames, FileSystem &ExternalFS) { in create()
2501 IntrusiveRefCntPtr<FileSystem> ExternalFS) { in getVFSFromYAML()
2548 IntrusiveRefCntPtr<FileSystem> ExternalFS) { in collectVFSFromYAML()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DVirtualFileSystem.h911 IntrusiveRefCntPtr<FileSystem> ExternalFS; variable
/llvm-project-15.0.7/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp1455 IntrusiveRefCntPtr<vfs::FileSystem> ExternalFS) { in getFromYAMLRawString()
1463 IntrusiveRefCntPtr<vfs::FileSystem> ExternalFS = new DummyFileSystem()) { in getFromYAMLString()