Home
last modified time | relevance | path

Searched refs:TracingFileSystem (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h1160 class LLVM_ABI TracingFileSystem
1161 : public llvm::RTTIExtends<TracingFileSystem, ProxyFileSystem> {
1172 TracingFileSystem(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS) in TracingFileSystem() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp684 if (auto *T = dyn_cast_or_null<llvm::vfs::TracingFileSystem>(&VFS)) in PrintStats()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp610 FS = llvm::makeIntrusiveRefCnt<llvm::vfs::TracingFileSystem>(std::move(FS)); in DependencyScanningWorker()
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp1110 if (auto *T = dyn_cast_or_null<llvm::vfs::TracingFileSystem>(&VFS)) { in clang_scan_deps_main()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2961 void TracingFileSystem::printImpl(raw_ostream &OS, PrintType Type, in printImpl()
2991 const char TracingFileSystem::ID = 0;
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp384 llvm::makeIntrusiveRefCnt<llvm::vfs::TracingFileSystem>(std::move(VFS)); in createFileManager()