Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfReader.cpp147 return make_error<InstrProfError>(instrprof_error::bad_magic); in create()
334 return error(instrprof_error::bad_magic); in readHeader()
364 return make_error<InstrProfError>(instrprof_error::bad_magic); in readNextHeader()
H A DSampleProf.cpp65 case sampleprof_error::bad_magic: in message()
H A DSampleProfReader.cpp976 return sampleprof_error::bad_magic; in verifySPMagic()
982 return sampleprof_error::bad_magic; in verifySPMagic()
989 return sampleprof_error::bad_magic; in verifySPMagic()
H A DInstrProf.cpp92 case instrprof_error::bad_magic: in getInstrProfErrString()
1335 return make_error<InstrProfError>(instrprof_error::bad_magic); in readFromBuffer()
H A DRawMemProfReader.cpp48 return make_error<InstrProfError>(instrprof_error::bad_magic); in checkBuffer()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProf.h307 bad_magic, enumerator
H A DSampleProf.h47 bad_magic, enumerator
/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DInstrProfTest.cpp1266 instrprof_error::bad_magic); in TEST()