Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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) {
223 FunctionCoverageInfo FunctionCoverage;
224 FunctionCoverageInfo InstantiationCoverage;