Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DCoverageSummaryInfo.h174 struct FileCoverageSummary { struct
181 FileCoverageSummary(StringRef Name) in FileCoverageSummary() function
193 void addFunction(const FunctionCoverageSummary &Function) { in addFunction()
199 void addInstantiation(const FunctionCoverageSummary &Function) { in addInstantiation()
/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()