Home
last modified time | relevance | path

Searched defs:FunctionCoverageSummary (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.h246 struct FunctionCoverageSummary : CoverageDataSummary { struct
250 FunctionCoverageSummary(const std::string &Name, uint64_t ExecutionCount = 0) argument
255 static FunctionCoverageSummary get(const coverage::CoverageMapping &CM, argument