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

Go to the source code of this file.

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

void llvm::PrintNote (ArrayRef< SMLoc > NoteLoc, const Twine &Msg)
 
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