Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
Namespaces | Functions
Error.h File Reference
#include <string>
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

namespace  llvm
 
namespace  proteus
 

Functions

void proteus::reportFatalError (const char *Reason, const char *FILE, unsigned Line)
 
void proteus::reportFatalError (const std::string &Reason, const char *FILE, unsigned Line)
 
void proteus::reportFatalError (const llvm::StringRef &Reason, const char *FILE, unsigned Line)
 
void proteus::reportFatalError (const llvm::Twine &Reason, const char *FILE, unsigned Line)