Lines Matching defs:reportError
244 [[noreturn]] static void reportError(Twine Msg, StringRef Filename = "") {
255 [[noreturn]] static void reportError(Error Err, StringRef Filename) {
258 [&](const ErrorInfoBase &EI) { reportError(EI.message()); });
259 llvm_unreachable("reportError() should not return");
314 reportError(EC.message());
402 reportError(std::move(E), RemarksFilename);
406 reportError("input language must be '', 'IR' or 'MIR'");
493 reportError("-mxcoff-roptr option is only supported on AIX",
505 reportError("-mxcoff-roptr option must be used with -data-sections",
632 reportError(EC.message(), SplitDwarfOutputFile);
645 reportError("input module cannot be verified", InputFilename);
725 reportError("target does not support generation of this file type");