Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp60 class CodeCoverageTool { class
206 void CodeCoverageTool::error(const Twine &Message, StringRef Whence) { in error()
212 void CodeCoverageTool::warning(const Twine &Message, StringRef Whence) { in warning()
218 void CodeCoverageTool::addCollectedPath(const std::string &Path) { in addCollectedPath()
230 void CodeCoverageTool::collectPaths(const std::string &Path) { in collectPaths()
264 CodeCoverageTool::getFileStatus(StringRef FilePath) { in getFileStatus()
276 bool CodeCoverageTool::isEquivalentFile(StringRef FilePath1, in isEquivalentFile()
284 CodeCoverageTool::getSourceFile(StringRef SourceFile) { in getSourceFile()
305 void CodeCoverageTool::attachExpansionSubViews( in attachExpansionSubViews()
329 void CodeCoverageTool::attachBranchSubViews(SourceCoverageView &View, in attachBranchSubViews()
[all …]