Home
last modified time | relevance | path

Searched refs:bad_magic (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfReader.cpp121 return make_error<InstrProfError>(instrprof_error::bad_magic); in create()
307 return error(instrprof_error::bad_magic); in readHeader()
335 return make_error<InstrProfError>(instrprof_error::bad_magic); in readNextHeader()
816 return error(instrprof_error::bad_magic); in readHeader()
DSampleProf.cpp49 case sampleprof_error::bad_magic: in message()
DSampleProfReader.cpp677 return sampleprof_error::bad_magic; in verifySPMagic()
683 return sampleprof_error::bad_magic; in verifySPMagic()
690 return sampleprof_error::bad_magic; in verifySPMagic()
DInstrProf.cpp84 case instrprof_error::bad_magic: in getInstrProfErrString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DSampleProf.h45 bad_magic, enumerator
DInstrProf.h279 bad_magic, enumerator