Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h632 ArrayRef<std::pair<std::string, uint64_t>> getHashMismatches() const { in getHashMismatches() function
/openbsd/gnu/llvm/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp455 for (const auto &HashMismatch : Coverage->getHashMismatches()) in load()