Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h578 std::vector<std::pair<std::string, uint64_t>> FuncHashMismatches; variable
626 unsigned getMismatchedCount() const { return FuncHashMismatches.size(); } in getMismatchedCount()
633 return FuncHashMismatches; in getHashMismatches()
/openbsd/src/gnu/llvm/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp251 FuncHashMismatches.emplace_back(std::string(Record.FunctionName), in loadFunctionRecord()