Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h574 std::vector<std::pair<std::string, uint64_t>> FuncHashMismatches; variable
614 unsigned getMismatchedCount() const { return FuncHashMismatches.size(); } in getMismatchedCount()
621 return FuncHashMismatches; in getHashMismatches()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp250 FuncHashMismatches.emplace_back(std::string(Record.FunctionName), in loadFunctionRecord()