struct ExecutionContext

Declaration

struct ExecutionContext { /* full declaration omitted */ };

Declared at: llvm/lib/ExecutionEngine/Interpreter/Interpreter.h:59

Member Variables

public llvm::Function* CurFunction
public llvm::BasicBlock* CurBB
public BasicBlock::iterator CurInst
public llvm::CallBase* Caller
public std::map<Value*, GenericValue> Values
public std::vector<GenericValue> VarArgs
public llvm::AllocaHolder Allocas

Method Overview

Methods

ΒΆExecutionContext()

Declared at: llvm/lib/ExecutionEngine/Interpreter/Interpreter.h:69