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()
322 return make_error<InstrProfError>(instrprof_error::eof); in readNextHeader()
326 return make_error<InstrProfError>(instrprof_error::malformed); in readNextHeader()
329 return make_error<InstrProfError>(instrprof_error::malformed); in readNextHeader()
333 return make_error<InstrProfError>(instrprof_error::bad_magic); in readNextHeader()
571 return make_error<InstrProfError>(instrprof_error::unknown_function); in getRecords()
575 return make_error<InstrProfError>(instrprof_error::malformed); in getRecords()
584 return make_error<InstrProfError>(instrprof_error::eof); in getRecords()
589 return make_error<InstrProfError>(instrprof_error::malformed); in getRecords()
694 std::move(E), [](std::unique_ptr<InstrProfError> Err) { in getRecords()
845 consumeError(error(InstrProfError::take(std::move(E)))); in getSymtab()