Searched refs:TracingFileSystem (Results 1 – 6 of 6) sorted by relevance
1160 class LLVM_ABI TracingFileSystem1161 : public llvm::RTTIExtends<TracingFileSystem, ProxyFileSystem> {1172 TracingFileSystem(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS) in TracingFileSystem() function
684 if (auto *T = dyn_cast_or_null<llvm::vfs::TracingFileSystem>(&VFS)) in PrintStats()
610 FS = llvm::makeIntrusiveRefCnt<llvm::vfs::TracingFileSystem>(std::move(FS)); in DependencyScanningWorker()
1110 if (auto *T = dyn_cast_or_null<llvm::vfs::TracingFileSystem>(&VFS)) { in clang_scan_deps_main()
2961 void TracingFileSystem::printImpl(raw_ostream &OS, PrintType Type, in printImpl()2991 const char TracingFileSystem::ID = 0;
384 llvm::makeIntrusiveRefCnt<llvm::vfs::TracingFileSystem>(std::move(VFS)); in createFileManager()