Searched refs:dir_begin (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | VirtualFileSystem.h | 263 virtual directory_iterator dir_begin(const Twine &Dir, 337 directory_iterator dir_begin(const Twine &Dir, std::error_code &EC) override; 381 directory_iterator dir_begin(const Twine &Dir, std::error_code &EC) override { in dir_begin() function 382 return FS->dir_begin(Dir, EC); in dir_begin() 479 directory_iterator dir_begin(const Twine &Dir, std::error_code &EC) override; 754 directory_iterator dir_begin(const Twine &Dir, std::error_code &EC) override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FileCollector.cpp | 214 llvm::vfs::directory_iterator dir_begin(const llvm::Twine &Dir, in dir_begin() function in __anonfd2bf94c0111::FileCollectorFileSystem 216 auto It = FS->dir_begin(Dir, EC); in dir_begin() 231 return FS->dir_begin(Dir, EC); in dir_begin()
|
D | VirtualFileSystem.cpp | 257 directory_iterator dir_begin(const Twine &Dir, std::error_code &EC) override; 378 directory_iterator RealFileSystem::dir_begin(const Twine &Dir, in dir_begin() function in RealFileSystem 467 CurrentDirIter = (*CurrentFS)->dir_begin(Path, EC); in incrementFS() 506 CurrentDirIter = (*CurrentFS)->dir_begin(Path, EC); in OverlayFSDirIterImpl() 515 directory_iterator OverlayFileSystem::dir_begin(const Twine &Dir, in dir_begin() function in OverlayFileSystem 934 directory_iterator InMemoryFileSystem::dir_begin(const Twine &Dir, in dir_begin() function in llvm::vfs::InMemoryFileSystem 1089 directory_iterator RedirectingFileSystem::dir_begin(const Twine &Dir, in dir_begin() function in RedirectingFileSystem 1095 return ExternalFS->dir_begin(Dir, EC); in dir_begin() 2077 ExternalDirIter = ExternalFS.dir_begin(Dir, EC); in incrementExternal() 2129 directory_iterator I = FS->dir_begin(Path, EC); in recursive_directory_iterator() [all …]
|