Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.h146 class FunctionCoverageInfo {
154 FunctionCoverageInfo() : Executed(0), NumFunctions(0) {} in FunctionCoverageInfo() function
156 FunctionCoverageInfo(size_t Executed, size_t NumFunctions) in FunctionCoverageInfo() function
159 FunctionCoverageInfo &operator+=(const FunctionCoverageInfo &RHS) {
222 FunctionCoverageInfo FunctionCoverage;
223 FunctionCoverageInfo InstantiationCoverage;