Lines Matching refs:exitWithError
55 static void exitWithError(Twine Message, std::string Whence = "", in exitWithError() function
66 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() function
75 exitWithError(IPE.message(), Whence, Hint); in exitWithError()
79 exitWithError(toString(std::move(E)), Whence); in exitWithError()
83 exitWithError(EC.message(), Whence); in exitWithErrorCode()
148 exitWithError("unexpected line in remapping file", in create()
288 exitWithError("Cannot write indexed profdata format to stdout."); in mergeInstrProfile()
292 exitWithError("Unknown format is specified."); in mergeInstrProfile()
351 exitWithError(std::move(WC->Err), WC->ErrWhence); in mergeInstrProfile()
355 exitWithError(make_error<InstrProfError>(IPE), WC->ErrWhence); in mergeInstrProfile()
364 exitWithError(std::move(E)); in mergeInstrProfile()
459 exitWithError("Input weight must be a positive integer."); in parseWeightedFile()
588 exitWithError("No input files specified. See " + in merge_main()
683 exitWithError(std::move(E), Filename); in showInstrProfile()
800 exitWithError(Reader->getError(), Filename); in showInstrProfile()