HomeSort by relevance Sort by last modified time
    Searched refs:FunctionCoverageSummary (Results 1 - 5 of 5) sorted by null

  /external/llvm/tools/llvm-cov/
CoverageFilters.cpp 31 return PassesThreshold(FunctionCoverageSummary::get(Function)
37 FunctionCoverageSummary::get(Function).LineCoverage.getPercentCovered());
CoverageSummaryInfo.cpp 20 FunctionCoverageSummary
21 FunctionCoverageSummary::get(const coverage::FunctionRecord &Function) {
67 return FunctionCoverageSummary(
CoverageSummaryInfo.h 117 struct FunctionCoverageSummary {
123 FunctionCoverageSummary(StringRef Name) : Name(Name), ExecutionCount(0) {}
125 FunctionCoverageSummary(StringRef Name, uint64_t ExecutionCount,
134 static FunctionCoverageSummary
147 void addFunction(const FunctionCoverageSummary &Function) {
CoverageReport.h 28 void render(const FunctionCoverageSummary &Function, raw_ostream &OS);
CoverageReport.cpp 146 void CoverageReport::render(const FunctionCoverageSummary &Function,
194 FunctionCoverageSummary Totals("TOTAL");
196 FunctionCoverageSummary Function = FunctionCoverageSummary::get(F);
226 FunctionCoverageSummary Function = FunctionCoverageSummary::get(F);

Completed in 99 milliseconds