Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileCollector.h20 class FileCollectorFileSystem; variable
115 friend FileCollectorFileSystem;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFileCollector.cpp255 class FileCollectorFileSystem : public vfs::FileSystem { class
257 explicit FileCollectorFileSystem(IntrusiveRefCntPtr<vfs::FileSystem> FS, in FileCollectorFileSystem() function in llvm::FileCollectorFileSystem
314 return new FileCollectorFileSystem(std::move(BaseFS), std::move(Collector)); in createCollectorVFS()