LLVM 22.0.0git
|
#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 () |
|
inlinestatic |
Definition at line 44 of file Error.cpp.
References llvm::sys::RunInterruptHandlers().
Referenced by llvm::PrintFatalError(), llvm::PrintFatalError(), llvm::PrintFatalError(), llvm::PrintFatalError(), llvm::PrintFatalError(), llvm::PrintFatalNote(), llvm::PrintFatalNote(), llvm::PrintFatalNote(), and llvm::PrintFatalNote().
|
static |
Definition at line 27 of file Error.cpp.
References llvm::ArrayRef< T >::consume_front(), llvm::SourceMgr::DK_Error, llvm::SourceMgr::DK_Note, llvm::ArrayRef< T >::empty(), llvm::ErrorsPrinted, and llvm::SrcMgr.
Referenced by llvm::PrintError(), llvm::PrintError(), llvm::PrintError(), llvm::PrintNote(), and llvm::PrintWarning().