Home
last modified time | relevance | path

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

/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
107 void addFunction(bool Covered) { in addFunction()
113 bool isFullyCovered() const { return Executed == NumFunctions; } in isFullyCovered()
115 double getPercentCovered() const { in getPercentCovered()
/external/llvm-project/llvm/tools/llvm-cov/
DCoverageSummaryInfo.h113 FunctionCoverageInfo() : Executed(0), NumFunctions(0) {} in FunctionCoverageInfo() function
115 FunctionCoverageInfo(size_t Executed, size_t NumFunctions) in FunctionCoverageInfo() function