Lines Matching refs:exitWithError

66 static void exitWithError(Twine Message, std::string Whence = "",  in exitWithError()  function
77 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() function
86 exitWithError(IPE.message(), std::string(Whence), std::string(Hint)); in exitWithError()
90 exitWithError(toString(std::move(E)), std::string(Whence)); in exitWithError()
94 exitWithError(EC.message(), std::string(Whence)); in exitWithErrorCode()
168 exitWithError("unexpected line in remapping file", in create()
320 exitWithError("cannot write a non-text format profile to the terminal"); in writeInstrProfile()
333 exitWithError("unknown format is specified"); in mergeInstrProfile()
396 exitWithError("no profile can be merged"); in mergeInstrProfile()
554 exitWithError("cannot write indexed profdata format to stdout"); in supplementInstrProfile()
556 exitWithError("expect one input to be an instr profile"); in supplementInstrProfile()
558 exitWithError("expect instr profile doesn't have weight"); in supplementInstrProfile()
579 exitWithError(std::move(WC->Errors[0].first), InstrFilename); in supplementInstrProfile()
722 exitWithError( in mergeSampleProfile()
726 exitWithError("cannot merge CS profile with non-CS profile"); in mergeSampleProfile()
786 exitWithError("input weight must be a positive integer"); in parseWeightedFile()
959 exitWithError("no input files specified. See " + in merge_main()
974 exitWithError( in merge_main()
1008 exitWithError(std::move(E), "error in getting profile count sums"); in overlapInstrProfile()
1905 exitWithError( in loadProfiles()
1908 exitWithError("cannot compare CS profile with non-CS profile"); in loadProfiles()
2080 exitWithError(std::move(E), Filename); in showInstrProfile()
2204 exitWithError(Reader->getError(), Filename); in showInstrProfile()
2257 exitWithError(std::move(E), Filename); in showInstrProfile()