Lines Matching refs:InstrProfError
209 std::string InstrProfError::message() const { in message()
213 char InstrProfError::ID = 0;
413 return make_error<InstrProfError>(instrprof_error::compress_failed); in collectPGOFuncNameStrings()
452 return make_error<InstrProfError>(instrprof_error::zlib_unavailable); in readPGOFuncNameStrings()
460 return make_error<InstrProfError>(instrprof_error::uncompress_failed); in readPGOFuncNameStrings()
739 return make_error<InstrProfError>(instrprof_error::malformed); in checkIntegrity()
742 return make_error<InstrProfError>(instrprof_error::malformed); in checkIntegrity()
747 return make_error<InstrProfError>(instrprof_error::malformed); in checkIntegrity()
750 return make_error<InstrProfError>(instrprof_error::malformed); in checkIntegrity()
762 return make_error<InstrProfError>(instrprof_error::truncated); in getValueProfData()
767 return make_error<InstrProfError>(instrprof_error::too_large); in getValueProfData()