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()
390 return error(instrprof_error::bad_header); in readHeader()
425 return error(instrprof_error::malformed); in readRawCounts()
433 return error(instrprof_error::malformed); in readRawCounts()
437 return error(instrprof_error::malformed); in readRawCounts()
590 return make_error<InstrProfError>(instrprof_error::unknown_function); in getRecords()
594 return make_error<InstrProfError>(instrprof_error::malformed); in getRecords()
603 return make_error<InstrProfError>(instrprof_error::eof); in getRecords()
608 return make_error<InstrProfError>(instrprof_error::malformed); in getRecords()
714 return Err->get() == instrprof_error::unknown_function in getRecords()
815 return error(instrprof_error::truncated); in readHeader()
823 return error(instrprof_error::bad_magic); in readHeader()
829 return error(instrprof_error::unsupported_version); in readHeader()
841 return error(instrprof_error::unsupported_hash_type); in readHeader()
892 return error(instrprof_error::hash_mismatch); in getInstrProfRecord()