reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ProfileData/Coverage/CoverageMapping.cpp
  224     if (IPE == instrprof_error::hash_mismatch) {
lib/ProfileData/InstrProf.cpp
  100   case instrprof_error::hash_mismatch:
  192   case instrprof_error::hash_mismatch:
lib/ProfileData/InstrProfReader.cpp
  881   return error(instrprof_error::hash_mismatch);
lib/Transforms/Instrumentation/PGOInstrumentation.cpp
 1154       } else if (Err == instrprof_error::hash_mismatch ||
tools/clang/lib/CodeGen/CodeGenPGO.cpp
  975     else if (IPE == llvm::instrprof_error::hash_mismatch)
tools/llvm-profdata/llvm-profdata.cpp
  120       case instrprof_error::hash_mismatch:
unittests/ProfileData/InstrProfTest.cpp
  109   ASSERT_TRUE(ErrorEquals(instrprof_error::hash_mismatch, R.takeError()));
  135   ASSERT_TRUE(ErrorEquals(instrprof_error::hash_mismatch, std::move(E1)));