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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileCollector.h20 class FileCollectorFileSystem;
68 friend FileCollectorFileSystem;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp227 class FileCollectorFileSystem : public vfs::FileSystem { class in namespace:llvm
229 explicit FileCollectorFileSystem(IntrusiveRefCntPtr<vfs::FileSystem> FS, function in class:llvm::FileCollectorFileSystem
286 return new FileCollectorFileSystem(std::move(BaseFS), std::move(Collector));

Completed in 37 milliseconds