Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.h217 struct FileCoverageSummary { struct
225 FileCoverageSummary(StringRef Name) : Name(Name) {} in FileCoverageSummary() argument
236 void addFunction(const FunctionCoverageSummary &Function) { in addFunction()
243 void addInstantiation(const FunctionCoverageSummary &Function) { in addInstantiation()