Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h513 std::vector<std::pair<std::string, uint64_t>> FuncCounterMismatches; variable
541 return FuncHashMismatches.size() + FuncCounterMismatches.size(); in getMismatchedCount()
557 return FuncCounterMismatches; in getCounterMismatches()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp243 FuncCounterMismatches.emplace_back(Record.FunctionName, in loadFunctionRecord()