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