Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DVirtualFileSystem.cpp964 FileSystem &ExternalFS; member in llvm::vfs::VFSFromYamlDirIterImpl
993 return ExternalFS->getCurrentWorkingDirectory(); in getCurrentWorkingDirectory()
998 return ExternalFS->setCurrentWorkingDirectory(Path); in setCurrentWorkingDirectory()
1003 return ExternalFS->isLocal(Path, Result); in isLocal()
1012 return ExternalFS->dir_begin(Dir, EC); in dir_begin()
1662 return ExternalFS->status(Path); in status()
1700 return ExternalFS->openFileForRead(Path); in openFileForRead()
1731 return ExternalFS->getRealPath(Path, Output); in getRealPath()
1789 std::move(ExternalFS)); in collectVFSFromYAML()
1971 IterateExternalFS(IterateExternalFS), ExternalFS(ExternalFS) { in VFSFromYamlDirIterImpl()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DVirtualFileSystem.h489 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
638 IntrusiveRefCntPtr<FileSystem> ExternalFS; variable
676 RedirectingFileSystem(IntrusiveRefCntPtr<FileSystem> ExternalFS) in RedirectingFileSystem() argument
677 : ExternalFS(std::move(ExternalFS)) {} in RedirectingFileSystem()
697 void *DiagContext, IntrusiveRefCntPtr<FileSystem> ExternalFS);
731 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());