Home
last modified time | relevance | path

Searched defs:FileCollector (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DFileCollectorTest.cpp48 TestingFileCollector FileCollector(root_fs, root_fs); in TEST() local
82 TestingFileCollector FileCollector(root_fs, root_fs); in TEST() local
110 TestingFileCollector FileCollector(root_fs, root_fs); in TEST() local
138 TestingFileCollector FileCollector(root_fs, root_fs); in TEST() local
221 TestingFileCollector FileCollector(root_fs, root_fs); in TEST() local
/llvm-project-15.0.7/llvm/lib/Support/
H A DFileCollector.cpp52 FileCollector::FileCollector(std::string Root, std::string OverlayRoot) in FileCollector() function in FileCollector