Lines Matching refs:make_error
47 return make_error<InstrProfError>(instrprof_error::too_large); in create()
60 return make_error<InstrProfError>(instrprof_error::unrecognized_format); in create()
83 return make_error<InstrProfError>(instrprof_error::too_large); in create()
87 return make_error<InstrProfError>(instrprof_error::bad_magic); in create()
283 return make_error<InstrProfError>(instrprof_error::eof); in readNextHeader()
287 return make_error<InstrProfError>(instrprof_error::malformed); in readNextHeader()
290 return make_error<InstrProfError>(instrprof_error::malformed); in readNextHeader()
294 return make_error<InstrProfError>(instrprof_error::bad_magic); in readNextHeader()
531 return make_error<InstrProfError>(instrprof_error::unknown_function); in getRecords()
535 return make_error<InstrProfError>(instrprof_error::malformed); in getRecords()
544 return make_error<InstrProfError>(instrprof_error::eof); in getRecords()
549 return make_error<InstrProfError>(instrprof_error::malformed); in getRecords()