Home
last modified time | relevance | path

Searched refs:hash_mismatch (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
DSampleProf.h58 hash_mismatch enumerator
728 return sampleprof_error::hash_mismatch;
DInstrProf.h295 hash_mismatch, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
DSampleProf.cpp90 case sampleprof_error::hash_mismatch: in message()
DInstrProf.cpp105 case instrprof_error::hash_mismatch: in getInstrProfErrString()
202 case instrprof_error::hash_mismatch: in addError()
DInstrProfReader.cpp925 return error(instrprof_error::hash_mismatch); in getInstrProfRecord()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp249 if (IPE == instrprof_error::hash_mismatch) { in loadFunctionRecord()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenPGO.cpp1031 else if (IPE == llvm::instrprof_error::hash_mismatch) in loadRegionCounts()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1290 } else if (Err == instrprof_error::hash_mismatch || in readCounters()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp130 case instrprof_error::hash_mismatch: in handleMergeWriterError()