Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1041 : ExternalFS(std::move(FS)) { in RedirectingFileSystem()
1042 if (ExternalFS) in RedirectingFileSystem()
1160 return ExternalFS->isLocal(Path, Result); in isLocal()
1205 return ExternalFS->dir_begin(Path, EC); in dir_begin()
1213 return ExternalFS->dir_begin(Dir, EC); in dir_begin()
1769 new RedirectingFileSystem(ExternalFS)); in create()
1797 new RedirectingFileSystem(&ExternalFS)); in create()
1828 auto EC = ExternalFS.makeAbsolute(To); in create()
1970 return ExternalFS->status(Path); in status()
1976 S = ExternalFS->status(Path); in status()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h507 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
767 IntrusiveRefCntPtr<FileSystem> ExternalFS; variable
800 RedirectingFileSystem(IntrusiveRefCntPtr<FileSystem> ExternalFS);
824 void *DiagContext, IntrusiveRefCntPtr<FileSystem> ExternalFS);
829 bool UseExternalNames, FileSystem &ExternalFS);
870 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());