reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/llvm-cov/SourceCoverageView.h
  260   void print(raw_ostream &OS, bool WholeFile, bool ShowSourceName,

References

tools/llvm-cov/CodeCoverage.cpp
  532   View->print(*OS.get(), /*Wholefile=*/true,
  927         FunctionView->print(*OS.get(), /*WholeFile=*/false,
tools/llvm-cov/SourceCoverageViewHTML.cpp
  649   ESV.View->print(OS, /*WholeFile=*/false, /*ShowSourceName=*/false,
  665     ISV.View->print(OS, /*WholeFile=*/false, /*ShowSourceName=*/true,
tools/llvm-cov/SourceCoverageViewText.cpp
  221   ESV.View->print(OS, /*WholeFile=*/false, /*ShowSourceName=*/false,
  234     ISV.View->print(OS, /*WholeFile=*/false, /*ShowSourceName=*/true,