|
LLVM
8.0.1
|
#include "ExecutionEngine/Interpreter/Interpreter.h"

Public Member Functions | |
| ExecutionContext () | |
Public Attributes | |
| Function * | CurFunction |
| BasicBlock * | CurBB |
| BasicBlock::iterator | CurInst |
| CallSite | Caller |
| std::map< Value *, GenericValue > | Values |
| std::vector< GenericValue > | VarArgs |
| AllocaHolder | Allocas |
Definition at line 61 of file Interpreter.h.
|
inline |
Definition at line 71 of file Interpreter.h.
| AllocaHolder llvm::ExecutionContext::Allocas |
Definition at line 69 of file Interpreter.h.
| CallSite llvm::ExecutionContext::Caller |
Definition at line 65 of file Interpreter.h.
Referenced by llvm::Interpreter::exitCalled(), and llvm::Interpreter::visitCallSite().
| BasicBlock* llvm::ExecutionContext::CurBB |
Definition at line 63 of file Interpreter.h.
Referenced by llvm::Interpreter::callFunction(), and llvm::Interpreter::visitIndirectBrInst().
| Function* llvm::ExecutionContext::CurFunction |
Definition at line 62 of file Interpreter.h.
Referenced by llvm::Interpreter::callFunction().
| BasicBlock::iterator llvm::ExecutionContext::CurInst |
Definition at line 64 of file Interpreter.h.
Referenced by llvm::Interpreter::callFunction(), llvm::Interpreter::run(), llvm::Interpreter::visitCallSite(), and llvm::Interpreter::visitIndirectBrInst().
| std::map<Value *, GenericValue> llvm::ExecutionContext::Values |
Definition at line 67 of file Interpreter.h.
Referenced by SetValue(), and llvm::Interpreter::visitInsertValueInst().
| std::vector<GenericValue> llvm::ExecutionContext::VarArgs |
Definition at line 68 of file Interpreter.h.
Referenced by llvm::Interpreter::callFunction().
1.8.13