Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h614 unsigned getMismatchedCount() const { return FuncHashMismatches.size(); } in getMismatchedCount() function
/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp443 unsigned Mismatched = Coverage->getMismatchedCount(); in load()