Searched refs:exitWithError (Results 1 – 2 of 2) sorted by relevance
39 static void exitWithError(const Twine &Message, StringRef Whence = "", in exitWithError() function50 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() function59 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()[all …]
464 exitWithError("Cannot use a threadCount parameter less than 1; 1 > " + threadCount); in setThreadCount()705 exitWithError("Listener " + listener in addListener()1379 exitWithError(ex.getMessage()); in privateMain()1791 static void exitWithError(String msg) { in exitWithError() method in TestNG