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