|
Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
|
#include <string>

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) |