LLVM: llvm::ExecutionContext Struct Reference (original) (raw)

#include "[ExecutionEngine/Interpreter/Interpreter.h](lib%5F2ExecutionEngine%5F2Interpreter%5F2Interpreter%5F8h%5Fsource.html)"

Public Member Functions
Public Attributes
Function * CurFunction
BasicBlock * CurBB
BasicBlock::iterator CurInst
CallBase * Caller
std::map< Value *, GenericValue > Values
std::vector< GenericValue > VarArgs
AllocaHolder Allocas

Definition at line 59 of file Interpreter.h.

llvm::ExecutionContext::ExecutionContext ( ) inline

Allocas

Caller

CallBase* llvm::ExecutionContext::Caller

CurBB

CurFunction

Function* llvm::ExecutionContext::CurFunction

CurInst

Values

VarArgs


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