Searched refs:reportFatalError (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFObjectWriter.cpp | 85 Ctx.reportFatalError(Fixup.getLoc(), "unsupported relocation on symbol"); in GetRelocTypeInner() 142 Ctx.reportFatalError(Fixup.getLoc(), "unsupported relocation on symbol"); in GetRelocTypeInner()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRAsmBackend.cpp | 50 Ctx->reportFatalError(Fixup.getLoc(), Diagnostic); in signed_width() 68 Ctx->reportFatalError(Fixup.getLoc(), Diagnostic); in unsigned_width()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsAsmBackend.cpp | 188 Ctx->reportFatalError(Fixup.getLoc(), "out of range PC26 fixup"); in adjustFixupValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsAsmBackend.cpp | 201 Ctx.reportFatalError(Fixup.getLoc(), "out of range PC26 fixup"); in adjustFixupValue()
|
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 584 LLVM_ATTRIBUTE_NORETURN void reportFatalError(SMLoc L,
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 521 void MCContext::reportFatalError(SMLoc Loc, const Twine &Msg) { in reportFatalError() function in MCContext
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCContext.h | 657 LLVM_ATTRIBUTE_NORETURN void reportFatalError(SMLoc L,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCContext.cpp | 631 void MCContext::reportFatalError(SMLoc Loc, const Twine &Msg) { in reportFatalError() function in MCContext
|