Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DFileCollectorTest.cpp101 TEST(FileCollectorTest, copyFiles) { in TEST() argument
116 std::error_code ec = FileCollector.copyFiles(true); in TEST()
121 ec = FileCollector.copyFiles(true); in TEST()
125 ec = FileCollector.copyFiles(false); in TEST()
149 std::error_code ec = FileCollector.copyFiles(true); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFileCollector.h105 std::error_code copyFiles(bool StopOnError = true);
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DReproducer.cpp48 FC->copyFiles(false); in generate()
/llvm-project-15.0.7/llvm/lib/Support/
H A DFileCollector.cpp176 std::error_code FileCollector::copyFiles(bool StopOnError) { in copyFiles() function in FileCollector