15 #ifndef LLVM_TABLEGEN_ERROR_H
16 #define LLVM_TABLEGEN_ERROR_H
22 void PrintWarning(ArrayRef<SMLoc> WarningLoc,
const Twine &Msg);
26 void PrintError(ArrayRef<SMLoc> ErrorLoc,
const Twine &Msg);
27 void PrintError(
const char *Loc,
const Twine &Msg);
32 const std::string &Msg);
void PrintWarning(ArrayRef< SMLoc > WarningLoc, const Twine &Msg)
#define LLVM_ATTRIBUTE_NORETURN
LLVM_ATTRIBUTE_NORETURN void PrintFatalError(const std::string &Msg)
void PrintError(ArrayRef< SMLoc > ErrorLoc, const Twine &Msg)