Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp154 std::string C = formatCount(Line.getExecutionCount()); in renderLineCoverageColumn()
195 std::string C = formatCount(S->Count); in renderRegionMarkers()
201 << formatCount(S->Count) << "\n"; in renderRegionMarkers()
H A DSourceCoverageViewHTML.cpp592 tag("div", Snippets[I + 1] + tag("span", formatCount(CurSeg->Count), in renderLine()
598 << formatCount(CurSeg->Count) << "\n"; in renderLine()
618 Count = tag("pre", formatCount(Line.getExecutionCount())); in renderLineCoverageColumn()
H A DSourceCoverageView.h225 static std::string formatCount(uint64_t N);
H A DSourceCoverageView.cpp103 std::string SourceCoverageView::formatCount(uint64_t N) { in formatCount() function in SourceCoverageView