Lines Matching refs:instrprof_error
48 return make_error<InstrProfError>(instrprof_error::bad_magic); in checkBuffer()
51 return make_error<InstrProfError>(instrprof_error::empty_raw_profile); in checkBuffer()
54 return make_error<InstrProfError>(instrprof_error::truncated); in checkBuffer()
64 return make_error<InstrProfError>(instrprof_error::unsupported_version); in checkBuffer()
72 return make_error<InstrProfError>(instrprof_error::malformed); in checkBuffer()
324 instrprof_error::malformed, in mapRawProfileToRecords()
460 instrprof_error::malformed, in symbolizeAndFilterStackFrames()
482 instrprof_error::malformed, in readRawProfile()
506 instrprof_error::malformed, in readRawProfile()
537 return make_error<InstrProfError>(instrprof_error::empty_raw_profile); in readNextRecord()
540 return make_error<InstrProfError>(instrprof_error::eof); in readNextRecord()