Lines Matching defs:exitWithError
509 static void exitWithError(Twine Message, StringRef Whence = "",
520 static void exitWithError(Error E, StringRef Whence = "") {
529 exitWithError(IPE.message(), Whence, Hint);
534 exitWithError(toString(std::move(E)), Whence);
538 exitWithError(EC.message(), Whence);
607 exitWithError("unexpected line in remapping file",
702 exitWithError(ReaderOrErr.takeError(), Input.Filename);
731 exitWithError(ReaderOrErr.takeError(), Input.Filename);
866 exitWithError(std::move(E));
908 exitWithError(Error);
910 exitWithError(Error);
948 exitWithError("cannot write a non-text format profile to the terminal");
961 exitWithError("Compact Binary is deprecated");
964 exitWithError("unknown format is specified");
970 exitWithError("Expected only one of -binary-file, -debuginfod or "
974 exitWithError("Expected only one of -debug-info, -binary-file, -debuginfod "
991 exitWithError(std::move(Err), CorrelateFilename);
993 exitWithError(std::move(Err), CorrelateFilename);
1002 exitWithError("Expected --correlate when --debuginfod is provided");
1007 exitWithError("Expected --correlate when --debug-file-directory "
1011 exitWithError("Expected --debuginfod or --debug-file-directory when "
1077 exitWithError("no profile can be merged");
1440 exitWithError("cannot write indexed profdata format to stdout");
1442 exitWithError("expect one input to be an instr profile");
1444 exitWithError("expect instr profile doesn't have weight");
1466 exitWithError(std::move(WC->Errors[0].first), InstrFilename);
1614 exitWithError(
1618 exitWithError("cannot merge CS profile with non-CS profile");
1695 exitWithError("input weight must be a positive integer");
1768 exitWithError("no input files specified. See " + ProgName + " merge -help");
1782 exitWithError(
1812 exitWithError(std::move(E), "error in getting profile count sums");
2712 exitWithError(
2715 exitWithError("cannot compare CS profile with non-CS profile");
2832 exitWithError("JSON output is not supported for instr profiles");
2834 exitWithError("YAML output is not supported for instr profiles");
2843 exitWithError(std::move(E), Filename);
3001 exitWithError(Reader->getError(), Filename);
3056 exitWithError(std::move(E), Filename);
3222 exitWithError("YAML output is not supported for sample profiles");
3247 exitWithError(
3277 exitWithError("JSON output is not supported for MemProf");
3287 exitWithError(std::move(E), /*Whence*/ "");
3301 exitWithError(std::move(E), Filename);
3316 exitWithError("JSON output is not supported for debug info correlation");
3321 exitWithError(std::move(Err), Filename);
3324 exitWithError(std::move(Err), Filename);
3329 exitWithError(std::move(Err), Filename);
3334 exitWithError(std::move(Err), Filename);
3350 exitWithError(
3389 exitWithError(std::move(E), Filename);
3398 exitWithError(