Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DCodeGenData.cpp52 case cgdata_error::bad_magic: in getCGDataErrString()
183 return make_error<CGDataError>(cgdata_error::bad_magic); in readFromBuffer()
/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DCodeGenData.h56 bad_magic, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp229 return make_error<InstrProfError>(instrprof_error::bad_magic); in create()
514 return error(instrprof_error::bad_magic); in readHeader()
544 return make_error<InstrProfError>(instrprof_error::bad_magic); in readNextHeader()
H A DSampleProf.cpp66 case sampleprof_error::bad_magic: in message()
H A DInstrProf.cpp97 case instrprof_error::bad_magic: in getInstrProfErrString()
1686 return make_error<InstrProfError>(instrprof_error::bad_magic); in readFromBuffer()
H A DMemProfReader.cpp58 return make_error<InstrProfError>(instrprof_error::bad_magic); in checkBuffer()
H A DSampleProfReader.cpp1101 return sampleprof_error::bad_magic; in verifySPMagic()
1107 return sampleprof_error::bad_magic; in verifySPMagic()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h403 bad_magic, enumerator
H A DSampleProf.h51 bad_magic, enumerator