Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dflags_parser.h44 void reportFatalError(const char *Error);
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp273 MCA.getContext().reportFatalError( in encodePPC64LocalEntryOffset()
278 MCA.getContext().reportFatalError( in encodePPC64LocalEntryOffset()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp200 Ctx.reportFatalError(Fixup.getLoc(), "out of range PC26 fixup"); in adjustFixupValue()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h818 LLVM_ATTRIBUTE_NORETURN void reportFatalError(SMLoc L, const Twine &Msg);
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp982 void MCContext::reportFatalError(SMLoc Loc, const Twine &Msg) { in reportFatalError() function in MCContext