LLVM API Documentation

Namespaces | Functions | Variables
TableGen/Error.h File Reference
#include "llvm/Support/SourceMgr.h"
Include dependency graph for TableGen/Error.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


Functions

void llvm::PrintWarning (ArrayRef< SMLoc > WarningLoc, const Twine &Msg)
void llvm::PrintWarning (const char *Loc, const Twine &Msg)
void llvm::PrintWarning (const Twine &Msg)
void llvm::PrintError (ArrayRef< SMLoc > ErrorLoc, const Twine &Msg)
void llvm::PrintError (const char *Loc, const Twine &Msg)
void llvm::PrintError (const Twine &Msg)
LLVM_ATTRIBUTE_NORETURN void llvm::PrintFatalError (const Twine &Msg)
LLVM_ATTRIBUTE_NORETURN void llvm::PrintFatalError (ArrayRef< SMLoc > ErrorLoc, const Twine &Msg)

Variables

SourceMgr llvm::SrcMgr
unsigned llvm::ErrorsPrinted = 0