Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp91 case sampleprof_error::hash_mismatch: in message()
H A DInstrProfReader.cpp1385 return error(instrprof_error::hash_mismatch); in getInstrProfRecord()
1420 return make_error<InstrProfError>(instrprof_error::hash_mismatch, in getMemProfRecord()
H A DInstrProf.cpp131 case instrprof_error::hash_mismatch: in getInstrProfErrString()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h62 hash_mismatch enumerator
1013 return sampleprof_error::hash_mismatch;
H A DInstrProf.h340 hash_mismatch, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp760 if (IPE == instrprof_error::hash_mismatch) { in loadFunctionRecord()
775 if (IPE == instrprof_error::hash_mismatch) { in loadFunctionRecord()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp700 } else if (Err == instrprof_error::hash_mismatch) { in readMemprof()
H A DPGOInstrumentation.cpp1285 } else if (Err == instrprof_error::hash_mismatch || in handleInstrProfError()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1287 else if (IPE == llvm::instrprof_error::hash_mismatch) in loadRegionCounts()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp500 case instrprof_error::hash_mismatch: in handleMergeWriterError()