#include <llvmir_emul.h>
◆ LocalExecutionContext() [1/3]
retdec::llvmir_emul::LocalExecutionContext::LocalExecutionContext |
( |
| ) |
|
◆ LocalExecutionContext() [2/3]
◆ LocalExecutionContext() [3/3]
◆ getModule()
llvm::Module * retdec::llvmir_emul::LocalExecutionContext::getModule |
( |
| ) |
const |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ allocas
AllocaHolder retdec::llvmir_emul::LocalExecutionContext::allocas |
Track memory allocated by alloca.
◆ caller
llvm::CallSite retdec::llvmir_emul::LocalExecutionContext::caller |
Holds the call that called subframes. NULL if main func or debugger invoked fn
◆ curBB
llvm::BasicBlock* retdec::llvmir_emul::LocalExecutionContext::curBB = nullptr |
The currently executing BB.
◆ curFunction
llvm::Function* retdec::llvmir_emul::LocalExecutionContext::curFunction = nullptr |
The currently executing function.
◆ curInst
llvm::BasicBlock::iterator retdec::llvmir_emul::LocalExecutionContext::curInst |
The next instruction to execute.
The documentation for this class was generated from the following files:
- /var/cache/acbs/build/acbs.6bu6osb6/retdec/include/retdec/llvmir-emul/llvmir_emul.h
- /var/cache/acbs/build/acbs.6bu6osb6/retdec/src/llvmir-emul/llvmir_emul.cpp