Fabcoin Core
0.16.2
P2P Digital Currency
|
#include "preprocessor/llvm_includes_start.h"
#include <llvm/IR/IRBuilder.h>
#include "preprocessor/llvm_includes_end.h"
Go to the source code of this file.
Classes | |
class | dev::eth::jit::CompilerHelper |
Base class for compiler helpers like Memory, GasMeter, etc. More... | |
class | dev::eth::jit::RuntimeHelper |
Compiler helper that depends on runtime data. More... | |
struct | dev::eth::jit::InsertPointGuard |
Namespaces | |
dev | |
Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by René Nyffenegger. | |
dev::eth | |
dev::eth::jit | |
Typedefs | |
using | dev::eth::jit::IRBuilder = llvm::IRBuilder<> |