Searched defs:FileCoverageSummary (Results 1 – 1 of 1) sorted by relevance
139 struct FileCoverageSummary { struct145 FileCoverageSummary(StringRef Name) : Name(Name) {} in FileCoverageSummary() argument147 void addFunction(const FunctionCoverageSummary &Function) { in addFunction()