Searched refs:FunctionCoverageInfo (Results 1 – 1 of 1) sorted by relevance
91 struct FunctionCoverageInfo { struct98 FunctionCoverageInfo() : Executed(0), NumFunctions(0) {} in FunctionCoverageInfo() argument100 FunctionCoverageInfo(size_t Executed, size_t NumFunctions) in FunctionCoverageInfo() function143 FunctionCoverageInfo FunctionCoverage;