Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
Classes | Public Member Functions | Public Attributes | List of all members
proteus::FuncBase::Impl Struct Reference

Classes

struct  Scope
 

Public Member Functions

 Impl (FunctionCallee FC)
 

Public Attributes

FunctionCallee FC
 
IRBuilder IRB
 
IRBuilderBase::InsertPoint IP
 
std::vector< ScopeScopes
 

Constructor & Destructor Documentation

◆ Impl()

proteus::FuncBase::Impl::Impl ( FunctionCallee  FC)
inline

Member Data Documentation

◆ FC

FunctionCallee proteus::FuncBase::Impl::FC

◆ IP

IRBuilderBase::InsertPoint proteus::FuncBase::Impl::IP

◆ IRB

IRBuilder proteus::FuncBase::Impl::IRB

◆ Scopes

std::vector<Scope> proteus::FuncBase::Impl::Scopes

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