Lines Matching refs:Errors
575 std::vector<std::pair<Error, std::string>> Errors; member
599 WC->Errors.emplace_back(make_error<InstrProfError>(ErrorCode, Msg), in overlapInput()
636 WC->Errors.emplace_back( in loadInput()
646 WC->Errors.emplace_back(make_error<InstrProfError>(ErrorCode, Msg), in loadInput()
689 WC->Errors.emplace_back(make_error<InstrProfError>(ErrCode, Msg), in loadInput()
697 WC->Errors.emplace_back( in loadInput()
733 WC->Errors.emplace_back(std::move(E), Filename); in loadInput()
740 WC->Errors.emplace_back(std::move(E), Filename); in loadInput()
746 WC->Errors.emplace_back(std::move(ReaderWarning->first), in loadInput()
753 for (auto &ErrorPair : Src->Errors) in mergeWriterContexts()
754 Dst->Errors.push_back(std::move(ErrorPair)); in mergeWriterContexts()
755 Src->Errors.clear(); in mergeWriterContexts()
935 for (auto &ErrorPair : WC->Errors) { in mergeInstrProfile()
1332 if (WC->Errors.size() > 0) in supplementInstrProfile()
1333 exitWithError(std::move(WC->Errors[0].first), InstrFilename); in supplementInstrProfile()