Searched refs:renderLine (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/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 | 81 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 | 222 virtual void renderLine(raw_ostream &OS, LineRef L,
|
| H A D | SourceCoverageView.cpp | 256 renderLine(OS, {*LI, LI.line_number()}, *LCI, ExpansionColumn, ViewDepth); in print()
|
| H A D | SourceCoverageViewHTML.cpp | 753 void SourceCoverageViewHTML::renderLine(raw_ostream &OS, LineRef L, in renderLine() function in SourceCoverageViewHTML 903 renderLine(OS, L, LCS, ExpansionCol, ViewDepth); in renderExpansionSite()
|