Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileCollector.h19 class FileCollectorFileSystem; variable
114 friend FileCollectorFileSystem;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp257 class FileCollectorFileSystem : public vfs::FileSystem { class
259 explicit FileCollectorFileSystem(IntrusiveRefCntPtr<vfs::FileSystem> FS, in FileCollectorFileSystem() function in llvm::FileCollectorFileSystem
316 return new FileCollectorFileSystem(std::move(BaseFS), std::move(Collector)); in createCollectorVFS()