Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.h154 FunctionCoverageInfo() : Executed(0), NumFunctions(0) {} FunctionCoverageInfo() function
156 FunctionCoverageInfo(size_t Executed, size_t NumFunctions) FunctionCoverageInfo() function