Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp90 Ctx.reportFatalError(Fixup.getLoc(), "unsupported relocation on symbol"); in GetRelocTypeInner()
162 Ctx.reportFatalError(Fixup.getLoc(), "unsupported relocation on symbol"); in GetRelocTypeInner()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp273 MCA.getContext().reportFatalError( in encodePPC64LocalEntryOffset()
278 MCA.getContext().reportFatalError( in encodePPC64LocalEntryOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp50 Ctx->reportFatalError(Fixup.getLoc(), Diagnostic); in signed_width()
69 Ctx->reportFatalError(Fixup.getLoc(), Diagnostic); in unsigned_width()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp200 Ctx.reportFatalError(Fixup.getLoc(), "out of range PC26 fixup"); in adjustFixupValue()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h813 LLVM_ATTRIBUTE_NORETURN void reportFatalError(SMLoc L, const Twine &Msg);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp967 void MCContext::reportFatalError(SMLoc Loc, const Twine &Msg) { in reportFatalError() function in MCContext