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

/openbsd-current/gnu/llvm/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.cpp96 void SourceCoverageViewText::renderLine(raw_ostream &OS, LineRef L, function in class:SourceCoverageViewText
212 renderLine(OS, L, LCS, ExpansionCol, ViewDepth);
H A DSourceCoverageView.h202 virtual void renderLine(raw_ostream &OS, LineRef L,
H A DSourceCoverageViewHTML.cpp486 // If this view has sub-views, renderLine() cannot close the view's cell.
497 void SourceCoverageViewHTML::renderLine(raw_ostream &OS, LineRef L, function in class:SourceCoverageViewHTML
647 renderLine(OS, L, LCS, ExpansionCol, ViewDepth);
H A DSourceCoverageView.cpp241 renderLine(OS, {*LI, LI.line_number()}, *LCI, ExpansionColumn, ViewDepth);

Completed in 181 milliseconds