Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DSourceCoverageView.h97 static StringRef getCoverageDir() { return "coverage"; } in getCoverageDir() function
H A DSourceCoverageView.cpp42 sys::path::append(FullPath, getCoverageDir()); in getOutputPath()