Lines Matching refs:exitWithError
72 static void exitWithError(Twine Message, std::string Whence = "", in exitWithError() function
83 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() function
92 exitWithError(IPE.message(), std::string(Whence), std::string(Hint)); in exitWithError()
97 exitWithError(toString(std::move(E)), std::string(Whence)); in exitWithError()
101 exitWithError(EC.message(), std::string(Whence)); in exitWithErrorCode()
175 exitWithError("unexpected line in remapping file", in create()
255 exitWithError(ReaderOrErr.takeError(), Input.Filename); in loadInput()
367 exitWithError("cannot write a non-text format profile to the terminal"); in writeInstrProfile()
382 exitWithError("unknown format is specified"); in mergeInstrProfile()
388 exitWithError(std::move(Err), DebugInfoFilename); in mergeInstrProfile()
390 exitWithError(std::move(Err), DebugInfoFilename); in mergeInstrProfile()
456 exitWithError("no profile can be merged"); in mergeInstrProfile()
614 exitWithError("cannot write indexed profdata format to stdout"); in supplementInstrProfile()
616 exitWithError("expect one input to be an instr profile"); in supplementInstrProfile()
618 exitWithError("expect instr profile doesn't have weight"); in supplementInstrProfile()
639 exitWithError(std::move(WC->Errors[0].first), InstrFilename); in supplementInstrProfile()
782 exitWithError( in mergeSampleProfile()
786 exitWithError("cannot merge CS profile with non-CS profile"); in mergeSampleProfile()
852 exitWithError("input weight must be a positive integer"); in parseWeightedFile()
1034 exitWithError("no input files specified. See " + in merge_main()
1049 exitWithError( in merge_main()
1083 exitWithError(std::move(E), "error in getting profile count sums"); in overlapInstrProfile()
1986 exitWithError( in loadProfiles()
1989 exitWithError("cannot compare CS profile with non-CS profile"); in loadProfiles()
2153 exitWithError(std::move(E), Filename); in showInstrProfile()
2282 exitWithError(Reader->getError(), Filename); in showInstrProfile()
2335 exitWithError(std::move(E), Filename); in showInstrProfile()
2541 exitWithError(std::move(E), /*Whence*/ ""); in showMemProfProfile()
2556 exitWithError(std::move(Err), Filename); in showDebugInfoCorrelation()
2558 exitWithError(std::move(Err), Filename); in showDebugInfoCorrelation()
2563 exitWithError(std::move(Err), Filename); in showDebugInfoCorrelation()
2653 exitWithError( in show_main()