Searched refs:ProxyFileSystem (Results 1 – 9 of 9) sorted by relevance
58 class CollectFS : public llvm::vfs::ProxyFileSystem { in getProducingFS()62 : ProxyFileSystem(std::move(FS)), StatCache(StatCache) {} in getProducingFS()96 class CacheVFS : public llvm::vfs::ProxyFileSystem { in getConsumingFS()100 : ProxyFileSystem(std::move(FS)), StatCache(StatCache) {} in getConsumingFS()
438 class TimerFS : public llvm::vfs::ProxyFileSystem {441 : ProxyFileSystem(std::move(FS)) {} in TimerFS()
27 class VolatileFileSystem : public llvm::vfs::ProxyFileSystem {30 : ProxyFileSystem(std::move(FS)) {} in VolatileFileSystem()
345 class CountingFileSystem : public llvm::vfs::ProxyFileSystem { in TEST()347 CountingFileSystem() : ProxyFileSystem(llvm::vfs::getRealFileSystem()) {} in TEST()351 return llvm::vfs::ProxyFileSystem::status(Path); in TEST()357 return llvm::vfs::ProxyFileSystem::openFileForRead(Path); in TEST()
281 class DependencyScanningWorkerFilesystem : public llvm::vfs::ProxyFileSystem {286 : ProxyFileSystem(std::move(FS)), SharedCache(SharedCache) {} in DependencyScanningWorkerFilesystem()
1005 class StatRecordingVFS : public llvm::vfs::ProxyFileSystem { in TEST()1009 : ProxyFileSystem(std::move(FS)), CountStats(CountStats) {} in TEST()1014 return ProxyFileSystem::openFileForRead(Path); in TEST()1018 return ProxyFileSystem::status(Path); in TEST()
424 class ProxyFileSystem : public FileSystem {426 explicit ProxyFileSystem(IntrusiveRefCntPtr<FileSystem> FS) in ProxyFileSystem() function
586 void ProxyFileSystem::anchor() {} in anchor()
903 vfs::ProxyFileSystem PFS(Base); in TEST()