Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileCollector.h106 std::error_code copyFiles(bool StopOnError = true);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DReproducer.cpp39 FC->copyFiles(false); in ~ReproducerGenerate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFileCollector.cpp176 std::error_code FileCollector::copyFiles(bool StopOnError) { in copyFiles() function in FileCollector