#include <Type.h>
|
| static llvm::ConstantInt * | get (int64_t _n) |
| | Returns word-size constant. More...
|
| |
| static llvm::ConstantInt * | get (llvm::APInt const &_n) |
| |
| static llvm::ConstantInt * | get (ReturnCode _returnCode) |
| |
|
| static llvm::ConstantInt * | gasMax |
| |
Definition at line 47 of file Type.h.
| llvm::ConstantInt * dev::eth::jit::Constant::get |
( |
int64_t |
_n | ) |
|
|
static |
Returns word-size constant.
Definition at line 55 of file Type.cpp.
| llvm::ConstantInt * dev::eth::jit::Constant::get |
( |
llvm::APInt const & |
_n | ) |
|
|
static |
| llvm::ConstantInt * dev::eth::jit::Constant::get |
( |
ReturnCode |
_returnCode | ) |
|
|
static |
| llvm::ConstantInt * dev::eth::jit::Constant::gasMax |
|
static |
The documentation for this struct was generated from the following files:
- src/cpp-ethereum/evmjit/libevmjit/Type.h
- src/cpp-ethereum/evmjit/libevmjit/Type.cpp