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

#include "ExecutionEngine/Interpreter/Interpreter.h"

Public Member Functions

 ExecutionContext ()
 

Public Attributes

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

Detailed Description

Definition at line 59 of file Interpreter.h.

Constructor & Destructor Documentation

◆ ExecutionContext()

llvm::ExecutionContext::ExecutionContext ( )
inline

Definition at line 69 of file Interpreter.h.

Member Data Documentation

◆ Allocas

AllocaHolder llvm::ExecutionContext::Allocas

Definition at line 67 of file Interpreter.h.

◆ Caller

CallBase* llvm::ExecutionContext::Caller

Definition at line 63 of file Interpreter.h.

Referenced by llvm::Interpreter::visitCallBase().

◆ CurBB

BasicBlock* llvm::ExecutionContext::CurBB

Definition at line 61 of file Interpreter.h.

Referenced by llvm::Interpreter::callFunction().

◆ CurFunction

Function* llvm::ExecutionContext::CurFunction

Definition at line 60 of file Interpreter.h.

Referenced by llvm::Interpreter::callFunction().

◆ CurInst

BasicBlock::iterator llvm::ExecutionContext::CurInst

◆ Values

std::map<Value *, GenericValue> llvm::ExecutionContext::Values

Definition at line 65 of file Interpreter.h.

Referenced by SetValue().

◆ VarArgs

std::vector<GenericValue> llvm::ExecutionContext::VarArgs

Definition at line 66 of file Interpreter.h.

Referenced by llvm::Interpreter::callFunction().


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