Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp100 case instrprof_error::hash_mismatch: in getInstrProfErrString()
192 case instrprof_error::hash_mismatch: in addError()
DInstrProfReader.cpp885 return error(instrprof_error::hash_mismatch); in getInstrProfRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h287 hash_mismatch, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp224 if (IPE == instrprof_error::hash_mismatch) { in loadFunctionRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1155 } else if (Err == instrprof_error::hash_mismatch || in readCounters()