Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-cov/
DCoverageSummaryInfo.h105 class FunctionCoverageInfo {
113 FunctionCoverageInfo() : Executed(0), NumFunctions(0) {} in FunctionCoverageInfo() function
115 FunctionCoverageInfo(size_t Executed, size_t NumFunctions) in FunctionCoverageInfo() function
118 FunctionCoverageInfo &operator+=(const FunctionCoverageInfo &RHS) {
177 FunctionCoverageInfo FunctionCoverage;
178 FunctionCoverageInfo InstantiationCoverage;
/external/llvm/tools/llvm-cov/
DCoverageSummaryInfo.h95 struct FunctionCoverageInfo { struct
102 FunctionCoverageInfo() : Executed(0), NumFunctions(0) {} in FunctionCoverageInfo() argument
104 FunctionCoverageInfo(size_t Executed, size_t NumFunctions) in FunctionCoverageInfo() argument
149 FunctionCoverageInfo FunctionCoverage;