Searched refs:renderLine (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageViewText.h | 67 void renderLine(raw_ostream &OS, LineRef L, const LineCoverageStats &LCS,
|
H A D | SourceCoverageViewHTML.h | 80 void renderLine(raw_ostream &OS, LineRef L, const LineCoverageStats &LCS,
|
H A D | SourceCoverageViewText.cpp | 161 void SourceCoverageViewText::renderLine(raw_ostream &OS, LineRef L, in renderLine() function in SourceCoverageViewText 277 renderLine(OS, L, LCS, ExpansionCol, ViewDepth); in renderExpansionSite()
|
H A D | SourceCoverageView.h | 218 virtual void renderLine(raw_ostream &OS, LineRef L,
|
H A D | SourceCoverageView.cpp | 253 renderLine(OS, {*LI, LI.line_number()}, *LCI, ExpansionColumn, ViewDepth); in print()
|
H A D | SourceCoverageViewHTML.cpp | 931 void SourceCoverageViewHTML::renderLine(raw_ostream &OS, LineRef L, in renderLine() function in SourceCoverageViewHTML 1086 renderLine(OS, L, LCS, ExpansionCol, ViewDepth); in renderExpansionSite()
|