Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp82 if (LCS.getExecutionCount())
H A DSourceCoverageViewText.cpp219 std::string C = formatCount(Line.getExecutionCount()); in renderLineCoverageColumn()
254 if (S->Count == Line.getExecutionCount()) in renderRegionMarkers()
H A DCoverageExporterLcov.cpp73 OS << "DA:" << LCS.getLine() << ',' << LCS.getExecutionCount() << '\n'; in renderLineExecutionCounts()
H A DSourceCoverageViewHTML.cpp1029 if (CurSeg->Count == LCS.getExecutionCount()) in renderLine()
1059 Count = tag("pre", formatCount(Line.getExecutionCount())); in renderLineCoverageColumn()
1061 (Line.getExecutionCount() > 0) in renderLineCoverageColumn()
H A DSourceCoverageView.cpp131 if (!CurSeg->IsRegionEntry || CurSeg->Count == LCS.getExecutionCount()) in shouldRenderRegionMarkers()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1046 uint64_t getExecutionCount() const { return ExecutionCount; } in getExecutionCount() function