Lines Matching defs:fatalError
120 [[noreturn]] static void fatalError(const Twine &Message) {
129 fatalError("Unable to create temp file: " + EC.message());
251 fatalError("llvm-rc: Unable to preprocess.");
291 fatalError("llvm-rc: Preprocessing failed: " + ErrMsg);
293 fatalError("llvm-rc: Preprocessing failed.");
317 fatalError("Unable to parse '" + Twine(S) + "' as a format");
340 fatalError("Unterminated escape");
384 fatalError("Missing input file");
394 fatalError("Missing output file");
404 fatalError("Unsupported input format");
415 fatalError("Unsupported output format");
492 fatalError("Invalid code page: " +
499 fatalError("Invalid language id: " +
526 fatalError("Exactly one input file should be provided.");
563 fatalError("Invalid code page: " +
576 fatalError(
585 fatalError("Invalid language id: " +
616 fatalError("Error opening file '" + Twine(PreprocessedFile) +
654 fatalError("Unsupported code page, only 0, 1252 and 65001 are supported!");
664 fatalError("Error opening output file '" + Dest + "': " + EC.message());
695 fatalError("Error opening file '" + Twine(Src) +
705 fatalError("Duplicate resources: " + DupeDiag);
727 fatalError("Unsupported architecture in target '" + Twine(TargetTriple) +