LLVM 22.0.0git
Error.cpp File Reference
#include "llvm/ADT/Twine.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Support/Signals.h"
#include "llvm/Support/WithColor.h"
#include "llvm/TableGen/Error.h"
#include "llvm/TableGen/Record.h"
#include <cstdlib>

Go to the source code of this file.

Functions

static void PrintMessage (ArrayRef< SMLoc > Locs, SourceMgr::DiagKind Kind, const Twine &Msg)
static void fatal_exit ()

Function Documentation

◆ fatal_exit()

◆ PrintMessage()