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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.h52 void renderLine(raw_ostream &OS, LineRef L, const LineCoverageStats &LCS,
H A DSourceCoverageViewHTML.h61 void renderLine(raw_ostream &OS, LineRef L, const LineCoverageStats &LCS,
H A DSourceCoverageViewText.cpp95 void SourceCoverageViewText::renderLine(raw_ostream &OS, LineRef L, function in class:SourceCoverageViewText
211 renderLine(OS, L, LCS, ExpansionCol, ViewDepth);
H A DSourceCoverageView.cpp231 renderLine(OS, {*LI, LI.line_number()}, *LCI, ExpansionColumn, ViewDepth);
H A DSourceCoverageView.h182 virtual void renderLine(raw_ostream &OS, LineRef L,
H A DSourceCoverageViewHTML.cpp480 // If this view has sub-views, renderLine() cannot close the view's cell.
491 void SourceCoverageViewHTML::renderLine(raw_ostream &OS, LineRef L, function in class:SourceCoverageViewHTML
641 renderLine(OS, L, LCS, ExpansionCol, ViewDepth);

Completed in 169 milliseconds