Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Namespaces | Typedefs
CompilerHelper.h File Reference
#include "preprocessor/llvm_includes_start.h"
#include <llvm/IR/IRBuilder.h>
#include "preprocessor/llvm_includes_end.h"
Include dependency graph for CompilerHelper.h:
This graph shows which files directly or indirectly include this file:

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