LLVM  3.7.0
Public Member Functions | Public Attributes | List of all members
llvm::ExecutionContext Struct Reference

#include <Interpreter.h>

Collaboration diagram for llvm::ExecutionContext:
[legend]

Public Member Functions

 ExecutionContext ()
 
 ExecutionContext (ExecutionContext &&O)
 
ExecutionContextoperator= (ExecutionContext &&O)
 

Public Attributes

FunctionCurFunction
 
BasicBlockCurBB
 
BasicBlock::iterator CurInst
 
CallSite Caller
 
std::map< Value *, GenericValueValues
 
std::vector< GenericValueVarArgs
 
AllocaHolder Allocas
 

Detailed Description

Definition at line 65 of file lib/ExecutionEngine/Interpreter/Interpreter.h.

Constructor & Destructor Documentation

llvm::ExecutionContext::ExecutionContext ( )
inline
llvm::ExecutionContext::ExecutionContext ( ExecutionContext &&  O)
inline

Member Function Documentation

ExecutionContext& llvm::ExecutionContext::operator= ( ExecutionContext &&  O)
inline

Member Data Documentation

AllocaHolder llvm::ExecutionContext::Allocas

Definition at line 73 of file lib/ExecutionEngine/Interpreter/Interpreter.h.

Referenced by operator=().

CallSite llvm::ExecutionContext::Caller
BasicBlock* llvm::ExecutionContext::CurBB
Function* llvm::ExecutionContext::CurFunction
BasicBlock::iterator llvm::ExecutionContext::CurInst
std::map<Value *, GenericValue> llvm::ExecutionContext::Values
std::vector<GenericValue> llvm::ExecutionContext::VarArgs

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