Home
last modified time | relevance | path

Searched refs:reportFatalError (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp88 Ctx.reportFatalError(Fixup.getLoc(), "unsupported relocation on symbol"); in GetRelocTypeInner()
145 Ctx.reportFatalError(Fixup.getLoc(), "unsupported relocation on symbol"); in GetRelocTypeInner()
/freebsd-12.1/contrib/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp50 Ctx->reportFatalError(Fixup.getLoc(), Diagnostic); in signed_width()
68 Ctx->reportFatalError(Fixup.getLoc(), Diagnostic); in unsigned_width()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp201 Ctx.reportFatalError(Fixup.getLoc(), "out of range PC26 fixup"); in adjustFixupValue()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCContext.h653 LLVM_ATTRIBUTE_NORETURN void reportFatalError(SMLoc L,
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCContext.cpp626 void MCContext::reportFatalError(SMLoc Loc, const Twine &Msg) { in reportFatalError() function in MCContext