Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProfReader.h88 return make_error<InstrProfError>(instrprof_error::hash_mismatch);
H A DSampleProf.h62 hash_mismatch enumerator
1015 return sampleprof_error::hash_mismatch;
H A DInstrProf.h360 hash_mismatch, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1535 return error(instrprof_error::hash_mismatch); in getInstrProfRecord()
1551 return make_error<InstrProfError>(instrprof_error::hash_mismatch, in getMemProfRecordV0()
1574 instrprof_error::hash_mismatch, in getMemProfRecordV2()
1581 return make_error<InstrProfError>(instrprof_error::hash_mismatch, in getMemProfRecordV2()
H A DSampleProf.cpp91 case sampleprof_error::hash_mismatch: in message()
H A DInstrProf.cpp133 case instrprof_error::hash_mismatch: in getInstrProfErrString()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp817 if (IPE == instrprof_error::hash_mismatch) { in loadFunctionRecord()
835 if (IPE == instrprof_error::hash_mismatch) { in loadFunctionRecord()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp811 } else if (Err == instrprof_error::hash_mismatch) { in readMemprof()
H A DPGOInstrumentation.cpp1339 } else if (Err == instrprof_error::hash_mismatch || in handleInstrProfError()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1417 else if (IPE == llvm::instrprof_error::hash_mismatch) in loadRegionCounts()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp537 case instrprof_error::hash_mismatch: in handleMergeWriterError()