Lines Matching refs:exitWithError
477 static void exitWithError(Twine Message, StringRef Whence = "", in exitWithError() function
488 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() function
497 exitWithError(IPE.message(), Whence, Hint); in exitWithError()
502 exitWithError(toString(std::move(E)), Whence); in exitWithError()
506 exitWithError(EC.message(), Whence); in exitWithErrorCode()
575 exitWithError("unexpected line in remapping file", in create()
667 exitWithError(ReaderOrErr.takeError(), Input.Filename); in loadInput()
816 exitWithError(std::move(E)); in mergeWriterContexts()
858 exitWithError(Error); in filterFunctions()
860 exitWithError(Error); in filterFunctions()
898 exitWithError("cannot write a non-text format profile to the terminal"); in writeInstrProfile()
911 exitWithError("Compact Binary is deprecated"); in mergeInstrProfile()
914 exitWithError("unknown format is specified"); in mergeInstrProfile()
919 exitWithError("Expected only one of -debug-info, -binary-file"); in mergeInstrProfile()
934 exitWithError(std::move(Err), CorrelateFilename); in mergeInstrProfile()
936 exitWithError(std::move(Err), CorrelateFilename); in mergeInstrProfile()
1000 exitWithError("no profile can be merged"); in mergeInstrProfile()
1365 exitWithError("cannot write indexed profdata format to stdout"); in supplementInstrProfile()
1367 exitWithError("expect one input to be an instr profile"); in supplementInstrProfile()
1369 exitWithError("expect instr profile doesn't have weight"); in supplementInstrProfile()
1391 exitWithError(std::move(WC->Errors[0].first), InstrFilename); in supplementInstrProfile()
1532 exitWithError( in mergeSampleProfile()
1536 exitWithError("cannot merge CS profile with non-CS profile"); in mergeSampleProfile()
1613 exitWithError("input weight must be a positive integer"); in parseWeightedFile()
1686 exitWithError("no input files specified. See " + ProgName + " merge -help"); in merge_main()
1700 exitWithError( in merge_main()
1730 exitWithError(std::move(E), "error in getting profile count sums"); in overlapInstrProfile()
2630 exitWithError( in loadProfiles()
2633 exitWithError("cannot compare CS profile with non-CS profile"); in loadProfiles()
2750 exitWithError("JSON output is not supported for instr profiles"); in showInstrProfile()
2752 exitWithError("YAML output is not supported for instr profiles"); in showInstrProfile()
2761 exitWithError(std::move(E), Filename); in showInstrProfile()
2919 exitWithError(Reader->getError(), Filename); in showInstrProfile()
2977 exitWithError(std::move(E), Filename); in showInstrProfile()
3143 exitWithError("YAML output is not supported for sample profiles"); in showSampleProfile()
3168 exitWithError( in showSampleProfile()
3198 exitWithError("JSON output is not supported for MemProf"); in showMemProfProfile()
3205 exitWithError(std::move(E), /*Whence*/ ""); in showMemProfProfile()
3217 exitWithError("JSON output is not supported for debug info correlation"); in showDebugInfoCorrelation()
3222 exitWithError(std::move(Err), Filename); in showDebugInfoCorrelation()
3225 exitWithError(std::move(Err), Filename); in showDebugInfoCorrelation()
3230 exitWithError(std::move(Err), Filename); in showDebugInfoCorrelation()
3235 exitWithError(std::move(Err), Filename); in showDebugInfoCorrelation()
3251 exitWithError( in show_main()
3290 exitWithError(std::move(E), Filename); in order_main()
3299 exitWithError( in order_main()