Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
dev::eth::jit::InsertPointGuard Struct Reference

#include <CompilerHelper.h>

Public Member Functions

 InsertPointGuard (llvm::IRBuilderBase &_builder)
 
 ~InsertPointGuard ()
 

Private Attributes

llvm::IRBuilderBase & m_builder
 
llvm::IRBuilderBase::InsertPoint m_insertPoint
 

Detailed Description

Definition at line 51 of file CompilerHelper.h.

Constructor & Destructor Documentation

dev::eth::jit::InsertPointGuard::InsertPointGuard ( llvm::IRBuilderBase &  _builder)
inlineexplicit

Definition at line 53 of file CompilerHelper.h.

dev::eth::jit::InsertPointGuard::~InsertPointGuard ( )
inline

Definition at line 54 of file CompilerHelper.h.

Member Data Documentation

llvm::IRBuilderBase& dev::eth::jit::InsertPointGuard::m_builder
private

Definition at line 57 of file CompilerHelper.h.

llvm::IRBuilderBase::InsertPoint dev::eth::jit::InsertPointGuard::m_insertPoint
private

Definition at line 58 of file CompilerHelper.h.


The documentation for this struct was generated from the following file: