Home
last modified time | relevance | path

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

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