Lines Matching refs:instrprof_error
67 return make_error<InstrProfError>(instrprof_error::too_large); in create()
70 return make_error<InstrProfError>(instrprof_error::empty_raw_profile); in create()
83 return make_error<InstrProfError>(instrprof_error::unrecognized_format); in create()
118 return make_error<InstrProfError>(instrprof_error::too_large); in create()
122 return make_error<InstrProfError>(instrprof_error::bad_magic); in create()
167 return error(instrprof_error::bad_header); in readHeader()
179 return error(instrprof_error::truncated); in readValueProfileData()
182 return error(instrprof_error::malformed); in readValueProfileData()
198 return error(instrprof_error::malformed); in readValueProfileData()
204 return error(instrprof_error::malformed); in readValueProfileData()
250 return error(instrprof_error::eof); in readNextRecord()
260 return error(instrprof_error::truncated); in readNextRecord()
262 return error(instrprof_error::malformed); in readNextRecord()
267 return error(instrprof_error::truncated); in readNextRecord()
269 return error(instrprof_error::malformed); in readNextRecord()
271 return error(instrprof_error::malformed); in readNextRecord()
278 return error(instrprof_error::truncated); in readNextRecord()
281 return error(instrprof_error::malformed); in readNextRecord()
305 return error(instrprof_error::bad_magic); in readHeader()
307 return error(instrprof_error::bad_header); in readHeader()
322 return make_error<InstrProfError>(instrprof_error::eof); in readNextHeader()
326 return make_error<InstrProfError>(instrprof_error::malformed); in readNextHeader()
329 return make_error<InstrProfError>(instrprof_error::malformed); in readNextHeader()
333 return make_error<InstrProfError>(instrprof_error::bad_magic); in readNextHeader()
358 return error(instrprof_error::unsupported_version); in readHeader()
377 return error(instrprof_error::bad_header); in readHeader()
412 return error(instrprof_error::malformed); in readRawCounts()
420 return error(instrprof_error::malformed); in readRawCounts()
571 return make_error<InstrProfError>(instrprof_error::unknown_function); in getRecords()
575 return make_error<InstrProfError>(instrprof_error::malformed); in getRecords()
584 return make_error<InstrProfError>(instrprof_error::eof); in getRecords()
589 return make_error<InstrProfError>(instrprof_error::malformed); in getRecords()
695 return Err->get() == instrprof_error::unknown_function in getRecords()
793 return error(instrprof_error::truncated); in readHeader()
801 return error(instrprof_error::bad_magic); in readHeader()
807 return error(instrprof_error::unsupported_version); in readHeader()
815 return error(instrprof_error::unsupported_hash_type); in readHeader()
866 return error(instrprof_error::hash_mismatch); in getInstrProfRecord()