Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DCoverageSummaryInfo.h106 class FunctionCoverageInfo {
114 FunctionCoverageInfo() : Executed(0), NumFunctions(0) {} in FunctionCoverageInfo() function
116 FunctionCoverageInfo(size_t Executed, size_t NumFunctions) in FunctionCoverageInfo() function
119 FunctionCoverageInfo &operator+=(const FunctionCoverageInfo &RHS) {
178 FunctionCoverageInfo FunctionCoverage;
179 FunctionCoverageInfo InstantiationCoverage;
/external/llvm/tools/llvm-cov/
DCoverageSummaryInfo.h95 struct FunctionCoverageInfo { struct
102 FunctionCoverageInfo() : Executed(0), NumFunctions(0) {} in FunctionCoverageInfo() function
104 FunctionCoverageInfo(size_t Executed, size_t NumFunctions) in FunctionCoverageInfo() function
149 FunctionCoverageInfo FunctionCoverage;