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

References

tools/llvm-cov/CoverageReport.cpp
  310       ++Totals.ExecutionCount;
  315     if (Totals.ExecutionCount) {
tools/llvm-cov/CoverageSummaryInfo.cpp
   62   Summary.ExecutionCount = Group.getTotalExecutionCount();
tools/llvm-cov/CoverageSummaryInfo.h
  195     FunctionCoverage.addFunction(/*Covered=*/Function.ExecutionCount > 0);
  199     InstantiationCoverage.addFunction(/*Covered=*/Function.ExecutionCount > 0);