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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1016 : ExternalFS(std::move(FS)) {
1017 if (ExternalFS)
1019 ExternalFS->getCurrentWorkingDirectory()) {
1033 // RedirectingDirectoryEntry and then through ExternalFS. These operations are
1037 /// Flag telling if we should iterate through ExternalFS or stop at the last
1040 /// Flag telling if we have switched to iterating through ExternalFS.
1042 FileSystem &ExternalFS; member in class:llvm::vfs::VFSFromYamlDirIterImpl
1051 /// and ExternalFS iteration.
1055 /// Responsible for ExternalFS iteration.
1064 bool IterateExternalFS, FileSystem &ExternalFS, st
1634 create(std::unique_ptr<MemoryBuffer> Buffer, SourceMgr::DiagHandlerTy DiagHandler, StringRef YAMLFilePath, void *DiagContext, IntrusiveRefCntPtr<FileSystem> ExternalFS) argument
1856 getVFSFromYAML(std::unique_ptr<MemoryBuffer> Buffer, SourceMgr::DiagHandlerTy DiagHandler, StringRef YAMLFilePath, void *DiagContext, IntrusiveRefCntPtr<FileSystem> ExternalFS) argument
1890 collectVFSFromYAML(std::unique_ptr<MemoryBuffer> Buffer, SourceMgr::DiagHandlerTy DiagHandler, StringRef YAMLFilePath, SmallVectorImpl<YAMLVFSEntry> &CollectedEntries, void *DiagContext, IntrusiveRefCntPtr<FileSystem> ExternalFS) argument
2102 VFSFromYamlDirIterImpl( const Twine &_Path, RedirectingFileSystem::RedirectingDirectoryEntry::iterator Begin, RedirectingFileSystem::RedirectingDirectoryEntry::iterator End, bool IterateExternalFS, FileSystem &ExternalFS, std::error_code &EC) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h505 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
523 /// virtual file paths to existing external files, available in \c ExternalFS.
677 IntrusiveRefCntPtr<FileSystem> ExternalFS; member in class:llvm::vfs::RedirectingFileSystem
710 RedirectingFileSystem(IntrusiveRefCntPtr<FileSystem> ExternalFS);
730 void *DiagContext, IntrusiveRefCntPtr<FileSystem> ExternalFS);
767 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());

Completed in 167 milliseconds