Lines Matching refs:Errors
612 std::vector<std::pair<Error, std::string>> Errors; member
637 WC->Errors.emplace_back(make_error<InstrProfError>(ErrorCode, Msg), in overlapInput()
674 WC->Errors.emplace_back( in loadInput()
684 WC->Errors.emplace_back(make_error<InstrProfError>(ErrorCode, Msg), in loadInput()
739 WC->Errors.emplace_back(make_error<InstrProfError>(ErrCode, Msg), in loadInput()
747 WC->Errors.emplace_back( in loadInput()
791 WC->Errors.emplace_back(std::move(E), Filename); in loadInput()
798 WC->Errors.emplace_back(std::move(E), Filename); in loadInput()
804 WC->Errors.emplace_back(std::move(ReaderWarning->first), in loadInput()
811 for (auto &ErrorPair : Src->Errors) in mergeWriterContexts()
812 Dst->Errors.push_back(std::move(ErrorPair)); in mergeWriterContexts()
813 Src->Errors.clear(); in mergeWriterContexts()
993 for (auto &ErrorPair : WC->Errors) { in mergeInstrProfile()
1390 if (WC->Errors.size() > 0) in supplementInstrProfile()
1391 exitWithError(std::move(WC->Errors[0].first), InstrFilename); in supplementInstrProfile()