Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/MC/
HDWinCOFFStreamer.cpp126 FatalError("starting a new symbol definition without completing the " in BeginCOFFSymbolDef()
133 FatalError("storage class specified outside of symbol definition"); in EmitCOFFSymbolStorageClass()
136 FatalError("storage class value '" + Twine(StorageClass) + in EmitCOFFSymbolStorageClass()
145 FatalError("symbol type specified outside of a symbol definition"); in EmitCOFFSymbolType()
148 FatalError("type value '" + Twine(Type) + "' out of range"); in EmitCOFFSymbolType()
156 FatalError("ending symbol definition without starting one"); in EndCOFFSymbolDef()
291 void MCWinCOFFStreamer::FatalError(const Twine &Msg) const { in FatalError() function in llvm::MCWinCOFFStreamer
/NextBSD/contrib/llvm/include/llvm/MC/
HDMCWinCOFFStreamer.h76 LLVM_ATTRIBUTE_NORETURN void FatalError(const Twine &Msg) const;
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDLog.h138 FatalError(int err, const char *fmt, ...) __attribute__((format(printf, 3, 4)));
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/common/
HDossacmnapi.c2828 agsaFatalErrorInfo_t *FatalError = (agsaFatalErrorInfo_t *)eventParm2; in ossaHwCB() local
2831 …TI_DBG1(("ossaHwCB: errorInfo0 %8X errorInfo1 %8X\n", FatalError->errorInfo0, FatalError->errorInf… in ossaHwCB()
2832 …TI_DBG1(("ossaHwCB: errorInfo2 %8X errorInfo3 %8X\n", FatalError->errorInfo2, FatalError->errorInf… in ossaHwCB()
2833 …X regDumpOffset0 %8X regDumpLen0 %8X\n", FatalError->regDumpBusBaseNum0, FatalError->regDumpOffset… in ossaHwCB()
2834 …X regDumpOffset1 %8X regDumpLen1 %8X\n", FatalError->regDumpBusBaseNum1, FatalError->regDumpOffset… in ossaHwCB()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDLog.cpp245 Log::FatalError(int err, const char *format, ...) in FatalError() function in Log