Lines Matching refs:fatalError

113 [[noreturn]] static void fatalError(const Twine &Message) {  in fatalError()  function
122 fatalError("Unable to create temp file: " + EC.message()); in createTempFile()
261 fatalError("llvm-rc: Preprocessing failed."); in preprocess()
286 fatalError("Unable to parse '" + Twine(S) + "' as a format"); in parseFormat()
309 fatalError("Unterminated escape"); in unescape()
326 fatalError("Unterminated escape"); in unescapeSplit()
341 fatalError("Unterminated quote"); in unescapeSplit()
378 fatalError("Missing input file"); in parseWindresOptions()
388 fatalError("Missing output file"); in parseWindresOptions()
398 fatalError("Unsupported input format"); in parseWindresOptions()
409 fatalError("Unsupported output format"); in parseWindresOptions()
480 fatalError("Invalid code page: " + in parseWindresOptions()
487 fatalError("Invalid language id: " + in parseWindresOptions()
513 fatalError("Exactly one input file should be provided."); in parseRcOptions()
550 fatalError("Invalid code page: " + in parseRcOptions()
563 fatalError( in parseRcOptions()
572 fatalError("Invalid language id: " + in parseRcOptions()
603 fatalError("Error opening file '" + Twine(PreprocessedFile) + in doRc()
641 fatalError("Unsupported code page, only 0, 1252 and 65001 are supported!"); in doRc()
651 fatalError("Error opening output file '" + Dest + "': " + EC.message()); in doRc()
682 fatalError("Error opening file '" + Twine(Src) + in doCvtres()
692 fatalError("Duplicate resources: " + DupeDiag); in doCvtres()
711 fatalError("Unsupported architecture in target '" + Twine(TargetTriple) + in doCvtres()