Home
last modified time | relevance | path

Searched refs:FunctionCoverageInfo (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.h187 class FunctionCoverageInfo {
195 FunctionCoverageInfo() : Executed(0), NumFunctions(0) {} in FunctionCoverageInfo() function
197 FunctionCoverageInfo(size_t Executed, size_t NumFunctions) in FunctionCoverageInfo() function
200 FunctionCoverageInfo &operator+=(const FunctionCoverageInfo &RHS) {
266 FunctionCoverageInfo FunctionCoverage;
267 FunctionCoverageInfo InstantiationCoverage;