Searched refs:WholeFile (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageView.cpp | 193 void SourceCoverageView::print(raw_ostream &OS, bool WholeFile, in print() argument 202 renderSourceName(OS, WholeFile); in print() 232 if (!WholeFile) { in print()
|
H A D | SourceCoverageView.h | 208 virtual void renderSourceName(raw_ostream &OS, bool WholeFile) = 0; 321 void print(raw_ostream &OS, bool WholeFile, bool ShowSourceName,
|
H A D | SourceCoverageViewText.h | 59 void renderSourceName(raw_ostream &OS, bool WholeFile) override;
|
H A D | SourceCoverageViewHTML.h | 72 void renderSourceName(raw_ostream &OS, bool WholeFile) override;
|
H A D | SourceCoverageViewText.cpp | 137 void SourceCoverageViewText::renderSourceName(raw_ostream &OS, bool WholeFile) { in renderSourceName() argument 287 ESV.View->print(OS, /*WholeFile=*/false, /*ShowSourceName=*/false, in renderExpansionView() 399 ISV.View->print(OS, /*WholeFile=*/false, /*ShowSourceName=*/true, in renderInstantiationView()
|
H A D | SourceCoverageViewHTML.cpp | 905 void SourceCoverageViewHTML::renderSourceName(raw_ostream &OS, bool WholeFile) { 1091 ESV.View->print(OS, /*WholeFile=*/false, /*ShowSourceName=*/false, in renderExpansionView() 1207 ISV.View->print(OS, /*WholeFile=*/false, /*ShowSourceName=*/true, in renderMCDCView() 910 renderSourceName(raw_ostream & OS,bool WholeFile) renderSourceName() argument
|