Lines Matching refs:malformed

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()
283 return error(instrprof_error::malformed); in readTemporalProfTraceData()
289 return error(instrprof_error::malformed); in readTemporalProfTraceData()
297 return error(instrprof_error::malformed); in readTemporalProfTraceData()
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()
410 return error(instrprof_error::malformed, in readNextRecord()
418 return error(instrprof_error::malformed, in readNextRecord()
421 return error(instrprof_error::malformed, "number of counters is zero"); in readNextRecord()
431 return error(instrprof_error::malformed, "count is invalid"); in readNextRecord()
441 return error(instrprof_error::malformed, in readNextRecord()
451 return error(instrprof_error::malformed, in readNextRecord()
523 return make_error<InstrProfError>(instrprof_error::malformed, in readNextHeader()
527 return make_error<InstrProfError>(instrprof_error::malformed, in readNextHeader()
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()
770 instrprof_error::malformed, in readRawBitmapBytes()
774 return error(instrprof_error::malformed, in readRawBitmapBytes()
783 return error(instrprof_error::malformed, in readRawBitmapBytes()
979 return make_error<InstrProfError>(instrprof_error::malformed, in getRecords()
994 return make_error<InstrProfError>(instrprof_error::malformed, in getRecords()
1395 return make_error<InstrProfError>(instrprof_error::malformed, in readHeader()