Searched refs:WholeFile (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/llvm/tools/llvm-cov/ |
H A D | SourceCoverageView.cpp | 183 void SourceCoverageView::print(raw_ostream &OS, bool WholeFile, in print() argument 192 renderSourceName(OS, WholeFile); in print() 220 if (!WholeFile) { in print()
|
H A D | SourceCoverageView.h | 190 virtual void renderSourceName(raw_ostream &OS, bool WholeFile) = 0; 288 void print(raw_ostream &OS, bool WholeFile, bool ShowSourceName,
|
H A D | SourceCoverageViewText.h | 44 void renderSourceName(raw_ostream &OS, bool WholeFile) override;
|
H A D | SourceCoverageViewHTML.h | 53 void renderSourceName(raw_ostream &OS, bool WholeFile) override;
|
H A D | SourceCoverageViewText.cpp | 72 void SourceCoverageViewText::renderSourceName(raw_ostream &OS, bool WholeFile) { in renderSourceName() argument
|
H A D | SourceCoverageViewHTML.cpp | 476 void SourceCoverageViewHTML::renderSourceName(raw_ostream &OS, bool WholeFile) { in renderSourceName() argument
|