Home
last modified time | relevance | path

Searched refs:getCoverageDir (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DSourceCoverageView.h113 static StringRef getCoverageDir() { return "coverage"; } in getCoverageDir() function
H A DSourceCoverageView.cpp41 sys::path::append(FullPath, getCoverageDir()); in getOutputPath()