Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ProfileData/
DCoverageMapping.h419 unsigned getMismatchedCount() { return MismatchedFunctionCount; } in getMismatchedCount() function
/external/llvm/tools/llvm-cov/
DCodeCoverage.cpp208 unsigned Mismatched = Coverage->getMismatchedCount(); in load()