Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Support/
H A DFileCollectorTest.cpp46 TestingFileCollector FileCollector(root_fs, root_fs); in TEST() local
80 TestingFileCollector FileCollector(root_fs, root_fs); in TEST() local
108 TestingFileCollector FileCollector(root_fs, root_fs); in TEST() local
136 TestingFileCollector FileCollector(root_fs, root_fs); in TEST() local
219 TestingFileCollector FileCollector(root_fs, root_fs); in TEST() local
/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp52 FileCollector::FileCollector(std::string Root, std::string OverlayRoot) in FileCollector() function in FileCollector