Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.h260 struct FileCoverageSummary { struct
269 FileCoverageSummary() = default; argument
270 FileCoverageSummary(StringRef Name) : Name(Name) {} in FileCoverageSummary() function
282 void addFunction(const FunctionCoverageSummary &Function) { in addFunction()
290 void addInstantiation(const FunctionCoverageSummary &Function) { in addInstantiation()