Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ProfileData/
DInstrProfReader.cpp232 return make_error<InstrProfError>(instrprof_error::bad_magic); in create()
419 return error(instrprof_error::bad_magic); in readHeader()
449 return make_error<InstrProfError>(instrprof_error::bad_magic); in readNextHeader()
DSampleProf.cpp65 case sampleprof_error::bad_magic: in message()
DSampleProfReader.cpp1050 return sampleprof_error::bad_magic; in verifySPMagic()
1056 return sampleprof_error::bad_magic; in verifySPMagic()
1063 return sampleprof_error::bad_magic; in verifySPMagic()
DRawMemProfReader.cpp49 return make_error<InstrProfError>(instrprof_error::bad_magic); in checkBuffer()
DInstrProf.cpp92 case instrprof_error::bad_magic: in getInstrProfErrString()
1363 return make_error<InstrProfError>(instrprof_error::bad_magic); in readFromBuffer()
/openbsd/src/gnu/llvm/llvm/include/llvm/ProfileData/
DInstrProf.h312 bad_magic, enumerator
DSampleProf.h48 bad_magic, enumerator