Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.h145 struct FileCoverageSummary { struct
151 FileCoverageSummary(StringRef Name) : Name(Name) {} in FileCoverageSummary() argument
153 void addFunction(const FunctionCoverageSummary &Function) { in addFunction()