Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp60 class CodeCoverageTool { class
201 void CodeCoverageTool::error(const Twine &Message, StringRef Whence) { in error()
207 void CodeCoverageTool::warning(const Twine &Message, StringRef Whence) { in warning()
213 void CodeCoverageTool::addCollectedPath(const std::string &Path) { in addCollectedPath()
225 void CodeCoverageTool::collectPaths(const std::string &Path) { in collectPaths()
259 CodeCoverageTool::getFileStatus(StringRef FilePath) { in getFileStatus()
271 bool CodeCoverageTool::isEquivalentFile(StringRef FilePath1, in isEquivalentFile()
279 CodeCoverageTool::getSourceFile(StringRef SourceFile) { in getSourceFile()
300 void CodeCoverageTool::attachExpansionSubViews( in attachExpansionSubViews()
325 void CodeCoverageTool::attachBranchSubViews(SourceCoverageView &View, in attachBranchSubViews()
[all …]