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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp39 if (LCS.getExecutionCount())
H A DCoverageExporterLcov.cpp69 OS << "DA:" << LCS.getLine() << ',' << LCS.getExecutionCount() << '\n';
H A DSourceCoverageViewText.cpp153 std::string C = formatCount(Line.getExecutionCount());
188 if (S->Count == Line.getExecutionCount())
H A DSourceCoverageViewHTML.cpp587 if (CurSeg->Count == LCS.getExecutionCount())
617 Count = tag("pre", formatCount(Line.getExecutionCount()));
619 (Line.getExecutionCount() > 0) ? "covered-line" : "uncovered-line";
H A DSourceCoverageView.cpp127 if (!CurSeg->IsRegionEntry || CurSeg->Count == LCS.getExecutionCount())
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h616 uint64_t getExecutionCount() const { return ExecutionCount; } function in class:llvm::coverage::LineCoverageStats

Completed in 72 milliseconds