Lines Matching refs:exitWithError
39 static void exitWithError(const Twine &Message, StringRef Whence = "", in exitWithError() function
50 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() function
59 exitWithError(IPE.message(), Whence, Hint); in exitWithError()
63 exitWithError(toString(std::move(E)), Whence); in exitWithError()
67 exitWithError(EC.message(), Whence); in exitWithErrorCode()
124 exitWithError("Cannot write indexed profdata format to stdout."); in mergeInstrProfile()
127 exitWithError("Unknown format is specified."); in mergeInstrProfile()
139 exitWithError(std::move(E), Input.Filename); in mergeInstrProfile()
144 exitWithError("Merge IR generated profile with Clang generated profile."); in mergeInstrProfile()
156 exitWithError(Reader->getError(), Input.Filename); in mergeInstrProfile()
217 exitWithError("Input weight must be a positive integer."); in parseWeightedFile()
306 exitWithError("No input files specified. See " + in merge_main()
338 exitWithError(std::move(E), Filename); in showInstrProfile()
410 exitWithError(Reader->getError(), Filename); in showInstrProfile()