Searched refs:WholeFile (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ |
D | SourceCoverageView.cpp | 169 void SourceCoverageView::print(raw_ostream &OS, bool WholeFile, in print() argument 178 renderSourceName(OS, WholeFile); in print() 203 if (!WholeFile) { in print()
|
D | SourceCoverageView.h | 171 virtual void renderSourceName(raw_ostream &OS, bool WholeFile) = 0; 261 void print(raw_ostream &OS, bool WholeFile, bool ShowSourceName,
|
D | SourceCoverageViewText.h | 45 void renderSourceName(raw_ostream &OS, bool WholeFile) override;
|
D | SourceCoverageViewHTML.h | 54 void renderSourceName(raw_ostream &OS, bool WholeFile) override;
|
D | SourceCoverageViewText.cpp | 72 void SourceCoverageViewText::renderSourceName(raw_ostream &OS, bool WholeFile) { in renderSourceName() argument
|
D | SourceCoverageViewHTML.cpp | 472 void SourceCoverageViewHTML::renderSourceName(raw_ostream &OS, bool WholeFile) { in renderSourceName() argument
|
/external/llvm/tools/llvm-cov/ |
D | SourceCoverageView.cpp | 136 void SourceCoverageView::print(raw_ostream &OS, bool WholeFile, in print() argument 162 if (!WholeFile) { in print()
|
D | SourceCoverageView.h | 279 void print(raw_ostream &OS, bool WholeFile, bool ShowSourceName,
|