Home
last modified time | relevance | path

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

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