Lines Matching refs:InstrProfError
219 std::string InstrProfError::message() const { in message()
223 char InstrProfError::ID = 0;
435 return make_error<InstrProfError>(instrprof_error::compress_failed); in collectPGOFuncNameStrings()
473 return make_error<InstrProfError>(instrprof_error::zlib_unavailable); in readPGOFuncNameStrings()
481 return make_error<InstrProfError>(instrprof_error::uncompress_failed); in readPGOFuncNameStrings()
881 return make_error<InstrProfError>(instrprof_error::malformed); in checkIntegrity()
884 return make_error<InstrProfError>(instrprof_error::malformed); in checkIntegrity()
889 return make_error<InstrProfError>(instrprof_error::malformed); in checkIntegrity()
892 return make_error<InstrProfError>(instrprof_error::malformed); in checkIntegrity()
904 return make_error<InstrProfError>(instrprof_error::truncated); in getValueProfData()
909 return make_error<InstrProfError>(instrprof_error::too_large); in getValueProfData()