Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp1224 : ExternalFS(std::move(FS)) { in RedirectingFileSystem()
1225 if (ExternalFS) in RedirectingFileSystem()
1345 return ExternalFS->isLocal(Path, Result); in isLocal()
1398 return ExternalFS->dir_begin(Path, EC); in dir_begin()
1409 return ExternalFS->dir_begin(Dir, EC); in dir_begin()
2094 new RedirectingFileSystem(ExternalFS)); in create()
2122 new RedirectingFileSystem(&ExternalFS)); in create()
2131 auto EC = ExternalFS.makeAbsolute(From); in create()
2153 auto EC = ExternalFS.makeAbsolute(To); in create()
2295 auto Result = ExternalFS->status(CanonicalPath); in getExternalStatus()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DVirtualFileSystem.h620 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
911 IntrusiveRefCntPtr<FileSystem> ExternalFS; variable
939 RedirectingFileSystem(IntrusiveRefCntPtr<FileSystem> ExternalFS);
964 void *DiagContext, IntrusiveRefCntPtr<FileSystem> ExternalFS);
969 bool UseExternalNames, FileSystem &ExternalFS);
1014 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
/llvm-project-15.0.7/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp1455 IntrusiveRefCntPtr<vfs::FileSystem> ExternalFS) { in getFromYAMLRawString() argument
1458 ExternalFS); in getFromYAMLRawString()
1463 IntrusiveRefCntPtr<vfs::FileSystem> ExternalFS = new DummyFileSystem()) { in getFromYAMLString() argument
1466 return getFromYAMLRawString(VersionPlusContent, ExternalFS); in getFromYAMLString()