• Home
  • Raw
  • Download

Lines Matching refs:exitWithError

57 static void exitWithError(Twine Message, std::string Whence = "",  in exitWithError()  function
68 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() function
77 exitWithError(IPE.message(), std::string(Whence), std::string(Hint)); in exitWithError()
81 exitWithError(toString(std::move(E)), std::string(Whence)); in exitWithError()
85 exitWithError(EC.message(), std::string(Whence)); in exitWithErrorCode()
159 exitWithError("unexpected line in remapping file", in create()
305 exitWithError(std::move(E)); in writeInstrProfile()
317 exitWithError("Cannot write indexed profdata format to stdout."); in mergeInstrProfile()
321 exitWithError("Unknown format is specified."); in mergeInstrProfile()
384 exitWithError("No profiles could be merged."); in mergeInstrProfile()
523 exitWithError("Cannot write indexed profdata format to stdout."); in supplementInstrProfile()
525 exitWithError("Expect one input to be an instr profile."); in supplementInstrProfile()
527 exitWithError("Expect instr profile doesn't have weight."); in supplementInstrProfile()
548 exitWithError(std::move(WC->Errors[0].first), InstrFilename); in supplementInstrProfile()
724 exitWithError("Input weight must be a positive integer."); in parseWeightedFile()
886 exitWithError("No input files specified. See " + in merge_main()
901 exitWithError( in merge_main()
933 exitWithError(std::move(E), "Error in getting profile count sums"); in overlapInstrProfile()
1991 exitWithError(std::move(E), Filename); in showInstrProfile()
2115 exitWithError(Reader->getError(), Filename); in showInstrProfile()