Lines Matching defs:exitWithError

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