Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp222 return make_error<InstrProfError>(instrprof_error::bad_magic); in create()
497 return error(instrprof_error::bad_magic); in readHeader()
527 return make_error<InstrProfError>(instrprof_error::bad_magic); in readNextHeader()
H A DSampleProf.cpp65 case sampleprof_error::bad_magic: in message()
H A DRawMemProfReader.cpp56 return make_error<InstrProfError>(instrprof_error::bad_magic); in checkBuffer()
H A DInstrProf.cpp93 case instrprof_error::bad_magic: in getInstrProfErrString()
1514 return make_error<InstrProfError>(instrprof_error::bad_magic); in readFromBuffer()
H A DSampleProfReader.cpp1038 return sampleprof_error::bad_magic; in verifySPMagic()
1044 return sampleprof_error::bad_magic; in verifySPMagic()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h328 bad_magic, enumerator
H A DSampleProf.h49 bad_magic, enumerator