Searched refs:reportFatalError (Results 1 – 6 of 6) sorted by relevance
90 Ctx.reportFatalError(Fixup.getLoc(), "unsupported relocation on symbol"); in GetRelocTypeInner()162 Ctx.reportFatalError(Fixup.getLoc(), "unsupported relocation on symbol"); in GetRelocTypeInner()
273 MCA.getContext().reportFatalError( in encodePPC64LocalEntryOffset()278 MCA.getContext().reportFatalError( in encodePPC64LocalEntryOffset()
50 Ctx->reportFatalError(Fixup.getLoc(), Diagnostic); in signed_width()69 Ctx->reportFatalError(Fixup.getLoc(), Diagnostic); in unsigned_width()
200 Ctx.reportFatalError(Fixup.getLoc(), "out of range PC26 fixup"); in adjustFixupValue()
813 LLVM_ATTRIBUTE_NORETURN void reportFatalError(SMLoc L, const Twine &Msg);
967 void MCContext::reportFatalError(SMLoc Loc, const Twine &Msg) { in reportFatalError() function in MCContext