|
Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
|
#include "proteus/Error.h"#include <cstdint>#include <llvm/ADT/Twine.h>#include <sstream>#include <string>#include <unistd.h>
Namespaces | |
| namespace | proteus |
Functions | |
| void | proteus::reportFatalError (const llvm::Twine &Reason, const char *FILE, unsigned Line) |
| 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) |