Home
last modified time | relevance | path

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

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