Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCollector.cpp193 class FileCollectorFileSystem : public vfs::FileSystem { class
195 explicit FileCollectorFileSystem(IntrusiveRefCntPtr<vfs::FileSystem> FS, in FileCollectorFileSystem() function in __anon74bf984d0111::FileCollectorFileSystem
267 return new FileCollectorFileSystem(std::move(BaseFS), std::move(Collector)); in createCollectorVFS()