Searched refs:WholeFile (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/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 | 206 virtual void renderSourceName(raw_ostream &OS, bool WholeFile) = 0; 309 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
|
H A D | SourceCoverageViewHTML.cpp | 910 void SourceCoverageViewHTML::renderSourceName(raw_ostream &OS, bool WholeFile) { in renderSourceName() argument
|