Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cov/
DCoverageSummaryInfo.h91 struct FunctionCoverageInfo { struct
98 FunctionCoverageInfo() : Executed(0), NumFunctions(0) {} in FunctionCoverageInfo() argument
100 FunctionCoverageInfo(size_t Executed, size_t NumFunctions) in FunctionCoverageInfo() function
143 FunctionCoverageInfo FunctionCoverage;