Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp65 case sampleprof_error::bad_magic: in message()
H A DInstrProfReader.cpp219 return make_error<InstrProfError>(instrprof_error::bad_magic); in create()
502 return error(instrprof_error::bad_magic); in readHeader()
532 return make_error<InstrProfError>(instrprof_error::bad_magic); in readNextHeader()
H A DMemProfReader.cpp55 return make_error<InstrProfError>(instrprof_error::bad_magic); in checkBuffer()
H A DInstrProf.cpp95 case instrprof_error::bad_magic: in getInstrProfErrString()
1633 return make_error<InstrProfError>(instrprof_error::bad_magic); in readFromBuffer()
H A DSampleProfReader.cpp1039 return sampleprof_error::bad_magic; in verifySPMagic()
1045 return sampleprof_error::bad_magic; in verifySPMagic()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h348 bad_magic, enumerator
H A DSampleProf.h49 bad_magic, enumerator