Lines Matching defs:Errors
612 std::vector<std::pair<Error, std::string>> Errors;
637 WC->Errors.emplace_back(make_error<InstrProfError>(ErrorCode, Msg),
674 WC->Errors.emplace_back(
684 WC->Errors.emplace_back(make_error<InstrProfError>(ErrorCode, Msg),
720 // then added to WriterContext::Errors. However, this is not extensible, if
739 WC->Errors.emplace_back(make_error<InstrProfError>(ErrCode, Msg),
747 WC->Errors.emplace_back(
791 WC->Errors.emplace_back(std::move(E), Filename);
798 WC->Errors.emplace_back(std::move(E), Filename);
804 WC->Errors.emplace_back(std::move(ReaderWarning->first),
811 for (auto &ErrorPair : Src->Errors)
812 Dst->Errors.push_back(std::move(ErrorPair));
813 Src->Errors.clear();
993 for (auto &ErrorPair : WC->Errors) {
1390 if (WC->Errors.size() > 0)
1391 exitWithError(std::move(WC->Errors[0].first), InstrFilename);