Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.h269 static std::string formatCount(uint64_t N);
276 return formatCount(BinaryCount(N)); in formatBinaryCount()
H A DSourceCoverageView.cpp106 std::string SourceCoverageView::formatCount(uint64_t N) { in formatCount() function in SourceCoverageView
H A DSourceCoverageViewHTML.cpp1032 tag("span", formatCount(CurSegCount), "tooltip-content"), in renderLine()
1037 << formatCount(CurSegCount) << "\n"; in renderLine()
H A DSourceCoverageViewText.cpp260 std::string C = formatCount(S->Count); in renderRegionMarkers()