LLVM API Documentation

Public Member Functions | Public Attributes
llvm::ExecutionContext Struct Reference

#include <Interpreter.h>

Collaboration diagram for llvm::ExecutionContext:
Collaboration graph
[legend]

List of all members.

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


Member Function Documentation

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

Member Data Documentation

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

Referenced by operator=().


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