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()
174 return error(instrprof_error::bad_header); in readHeader()
188 return error(instrprof_error::truncated); in readValueProfileData()
191 return error(instrprof_error::malformed); in readValueProfileData()
207 return error(instrprof_error::malformed); in readValueProfileData()
213 return error(instrprof_error::malformed); in readValueProfileData()
259 return error(instrprof_error::eof); in readNextRecord()
269 return error(instrprof_error::truncated); in readNextRecord()
271 return error(instrprof_error::malformed); in readNextRecord()
276 return error(instrprof_error::truncated); in readNextRecord()
278 return error(instrprof_error::malformed); in readNextRecord()
280 return error(instrprof_error::malformed); in readNextRecord()
287 return error(instrprof_error::truncated); in readNextRecord()
290 return error(instrprof_error::malformed); in readNextRecord()
314 return error(instrprof_error::bad_magic); in readHeader()
316 return error(instrprof_error::bad_header); in readHeader()
331 return make_error<InstrProfError>(instrprof_error::eof); in readNextHeader()
335 return make_error<InstrProfError>(instrprof_error::malformed); in readNextHeader()
338 return make_error<InstrProfError>(instrprof_error::malformed); in readNextHeader()
342 return make_error<InstrProfError>(instrprof_error::bad_magic); in readNextHeader()
367 return error(instrprof_error::unsupported_version); in readHeader()
392 return error(instrprof_error::bad_header); in readHeader()
431 return error(instrprof_error::malformed); in readRawCounts()
439 return error(instrprof_error::malformed); in readRawCounts()
443 return error(instrprof_error::malformed); in readRawCounts()
527 return make_error<InstrProfError>(instrprof_error::malformed); in printBinaryIds()
536 return make_error<InstrProfError>(instrprof_error::malformed); in printBinaryIds()
623 return make_error<InstrProfError>(instrprof_error::unknown_function); in getRecords()
627 return make_error<InstrProfError>(instrprof_error::malformed); in getRecords()
636 return make_error<InstrProfError>(instrprof_error::eof); in getRecords()
641 return make_error<InstrProfError>(instrprof_error::malformed); in getRecords()
747 return Err->get() == instrprof_error::unknown_function in getRecords()
848 return error(instrprof_error::truncated); in readHeader()
856 return error(instrprof_error::bad_magic); in readHeader()
862 return error(instrprof_error::unsupported_version); in readHeader()
874 return error(instrprof_error::unsupported_hash_type); in readHeader()
925 return error(instrprof_error::hash_mismatch); in getInstrProfRecord()