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