Lines Matching refs:instrprof_error
115 instrprof_error::malformed, in readBinaryIdsInternal()
120 return make_error<InstrProfError>(instrprof_error::malformed, in readBinaryIdsInternal()
127 instrprof_error::malformed, "not enough data to read binary id data"); in readBinaryIdsInternal()
136 instrprof_error::malformed, in readBinaryIdsInternal()
170 return make_error<InstrProfError>(instrprof_error::empty_raw_profile); in create()
183 return make_error<InstrProfError>(instrprof_error::unrecognized_format); in create()
219 return make_error<InstrProfError>(instrprof_error::bad_magic); in create()
266 return error(instrprof_error::bad_header); in readHeader()
279 return error(instrprof_error::eof); in readTemporalProfTraceData()
283 return error(instrprof_error::malformed); in readTemporalProfTraceData()
286 return error(instrprof_error::eof); in readTemporalProfTraceData()
289 return error(instrprof_error::malformed); in readTemporalProfTraceData()
293 return error(instrprof_error::eof); in readTemporalProfTraceData()
297 return error(instrprof_error::malformed); in readTemporalProfTraceData()
300 return error(instrprof_error::eof); in readTemporalProfTraceData()
317 return error(instrprof_error::truncated); in readValueProfileData()
320 return error(instrprof_error::malformed); in readValueProfileData()
336 return error(instrprof_error::malformed, in readValueProfileData()
343 return error(instrprof_error::malformed, "value kind is invalid"); in readValueProfileData()
398 return error(instrprof_error::eof); in readNextRecord()
408 return error(instrprof_error::truncated); in readNextRecord()
410 return error(instrprof_error::malformed, in readNextRecord()
416 return error(instrprof_error::truncated); in readNextRecord()
418 return error(instrprof_error::malformed, in readNextRecord()
421 return error(instrprof_error::malformed, "number of counters is zero"); in readNextRecord()
428 return error(instrprof_error::truncated); in readNextRecord()
431 return error(instrprof_error::malformed, "count is invalid"); in readNextRecord()
441 return error(instrprof_error::malformed, in readNextRecord()
448 return error(instrprof_error::truncated); in readNextRecord()
451 return error(instrprof_error::malformed, in readNextRecord()
502 return error(instrprof_error::bad_magic); in readHeader()
504 return error(instrprof_error::bad_header); in readHeader()
519 return make_error<InstrProfError>(instrprof_error::eof); in readNextHeader()
523 return make_error<InstrProfError>(instrprof_error::malformed, in readNextHeader()
527 return make_error<InstrProfError>(instrprof_error::malformed, in readNextHeader()
532 return make_error<InstrProfError>(instrprof_error::bad_magic); in readNextHeader()
573 return error(instrprof_error::raw_profile_version_mismatch, in readHeader()
588 return error(instrprof_error::bad_header); in readHeader()
634 return error(instrprof_error::bad_header); in readHeader()
641 return error(instrprof_error::unexpected_correlation_info); in readHeader()
691 return error(instrprof_error::malformed, "number of counters is zero"); in readRawCounts()
696 instrprof_error::malformed, in readRawCounts()
700 return error(instrprof_error::malformed, in readRawCounts()
710 return error(instrprof_error::malformed, in readRawCounts()
745 instrprof_error::counter_value_too_large, Twine(CounterValue))); in readRawCounts()
770 instrprof_error::malformed, in readRawBitmapBytes()
774 return error(instrprof_error::malformed, in readRawBitmapBytes()
783 return error(instrprof_error::malformed, in readRawBitmapBytes()
975 return make_error<InstrProfError>(instrprof_error::unknown_function); in getRecords()
979 return make_error<InstrProfError>(instrprof_error::malformed, in getRecords()
989 return make_error<InstrProfError>(instrprof_error::eof); in getRecords()
994 return make_error<InstrProfError>(instrprof_error::malformed, in getRecords()
1107 return Err->get() == instrprof_error::unknown_function in getRecords()
1309 instrprof_error::unsupported_version, in deserialize()
1351 return error(instrprof_error::truncated); in readHeader()
1369 return error(instrprof_error::unsupported_hash_type); in readHeader()
1391 return error(instrprof_error::bad_header); in readHeader()
1395 return make_error<InstrProfError>(instrprof_error::malformed, in readHeader()
1409 return make_error<InstrProfError>(instrprof_error::truncated); in readHeader()
1420 return error(instrprof_error::truncated); in readHeader()
1428 return error(instrprof_error::truncated); in readHeader()
1436 return error(instrprof_error::truncated); in readHeader()
1493 if (IE.get() != instrprof_error::unknown_function) in getInstrProfRecord()
1535 return error(instrprof_error::hash_mismatch); in getInstrProfRecord()
1537 return error(instrprof_error::unknown_function); in getInstrProfRecord()
1551 return make_error<InstrProfError>(instrprof_error::hash_mismatch, in getMemProfRecordV0()
1574 instrprof_error::hash_mismatch, in getMemProfRecordV2()
1581 return make_error<InstrProfError>(instrprof_error::hash_mismatch, in getMemProfRecordV2()
1603 return make_error<InstrProfError>(instrprof_error::invalid_prof, in getMemProfRecord()
1608 instrprof_error::unknown_function, in getMemProfRecord()
1634 instrprof_error::unsupported_version, in getMemProfRecord()