Searched refs:getExecutionCount (Results 1 – 6 of 6) sorted by relevance
82 if (LCS.getExecutionCount())
219 std::string C = formatCount(Line.getExecutionCount()); in renderLineCoverageColumn()254 if (S->Count == Line.getExecutionCount()) in renderRegionMarkers()
73 OS << "DA:" << LCS.getLine() << ',' << LCS.getExecutionCount() << '\n'; in renderLineExecutionCounts()
1029 if (CurSeg->Count == LCS.getExecutionCount()) in renderLine()1059 Count = tag("pre", formatCount(Line.getExecutionCount())); in renderLineCoverageColumn()1061 (Line.getExecutionCount() > 0) in renderLineCoverageColumn()
131 if (!CurSeg->IsRegionEntry || CurSeg->Count == LCS.getExecutionCount()) in shouldRenderRegionMarkers()
1046 uint64_t getExecutionCount() const { return ExecutionCount; } in getExecutionCount() function