Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1222 : ExternalFS(std::move(FS)) { in RedirectingFileSystem()
1223 if (ExternalFS) in RedirectingFileSystem()
1343 return ExternalFS->isLocal(Path, Result); in isLocal()
1415 return ExternalFS->dir_begin(Path, EC); in dir_begin()
1426 return ExternalFS->dir_begin(Dir, EC); in dir_begin()
2150 new RedirectingFileSystem(ExternalFS)); in create()
2178 new RedirectingFileSystem(&ExternalFS)); in create()
2187 auto EC = ExternalFS.makeAbsolute(From); in create()
2209 auto EC = ExternalFS.makeAbsolute(To); in create()
2365 auto Result = ExternalFS->status(CanonicalPath); in getExternalStatus()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h622 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
955 IntrusiveRefCntPtr<FileSystem> ExternalFS; variable
988 RedirectingFileSystem(IntrusiveRefCntPtr<FileSystem> ExternalFS);
1014 void *DiagContext, IntrusiveRefCntPtr<FileSystem> ExternalFS);
1019 bool UseExternalNames, FileSystem &ExternalFS);
1064 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());