Lines Matching refs:InstrProfError
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()
136 InstrProfError::take(std::move(E)); in Increment()
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()
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()
746 std::move(E), [](std::unique_ptr<InstrProfError> Err) { in getRecords()
904 consumeError(error(InstrProfError::take(std::move(E)))); in getSymtab()