Lines Matching defs:reportError
240 [[noreturn]] static void reportError(Twine Msg, StringRef Filename = "") {
251 [[noreturn]] static void reportError(Error Err, StringRef Filename) {
254 [&](const ErrorInfoBase &EI) { reportError(EI.message()); });
255 llvm_unreachable("reportError() should not return");
310 reportError(EC.message());
400 reportError(std::move(E), RemarksFilename);
404 reportError("input language must be '', 'IR' or 'MIR'");
491 reportError("-mxcoff-roptr option is only supported on AIX",
503 reportError("-mxcoff-roptr option must be used with -data-sections",
626 reportError(EC.message(), SplitDwarfOutputFile);
639 reportError("input module cannot be verified", InputFilename);
714 reportError("target does not support generation of this file type");