#include <data_entries.h>
◆ DataFlowEntry()
retdec::bin2llvmir::DataFlowEntry::DataFlowEntry |
( |
llvm::Value * |
called | ) |
|
◆ callEntries() [1/2]
std::vector< CallEntry > & retdec::bin2llvmir::DataFlowEntry::callEntries |
( |
| ) |
|
◆ callEntries() [2/2]
const std::vector< CallEntry > & retdec::bin2llvmir::DataFlowEntry::callEntries |
( |
| ) |
const |
◆ createCallEntry()
CallEntry * retdec::bin2llvmir::DataFlowEntry::createCallEntry |
( |
llvm::CallInst * |
call | ) |
|
◆ getFunction()
Function * retdec::bin2llvmir::DataFlowEntry::getFunction |
( |
| ) |
const |
◆ getValue()
Value * retdec::bin2llvmir::DataFlowEntry::getValue |
( |
| ) |
const |
◆ hasBranches()
bool retdec::bin2llvmir::DataFlowEntry::hasBranches |
( |
| ) |
const |
◆ hasDefinition()
bool retdec::bin2llvmir::DataFlowEntry::hasDefinition |
( |
| ) |
const |
◆ isFullyDecoded()
bool retdec::bin2llvmir::DataFlowEntry::isFullyDecoded |
( |
| ) |
const |
◆ isFunction()
bool retdec::bin2llvmir::DataFlowEntry::isFunction |
( |
| ) |
const |
◆ isValue()
bool retdec::bin2llvmir::DataFlowEntry::isValue |
( |
| ) |
const |
◆ numberOfCalls()
std::size_t retdec::bin2llvmir::DataFlowEntry::numberOfCalls |
( |
| ) |
const |
◆ setCalledValue()
void retdec::bin2llvmir::DataFlowEntry::setCalledValue |
( |
llvm::Value * |
called | ) |
|
◆ setIsFullyDecoded()
void retdec::bin2llvmir::DataFlowEntry::setIsFullyDecoded |
( |
bool |
res = true | ) |
|
◆ storesOnRawStack()
bool retdec::bin2llvmir::DataFlowEntry::storesOnRawStack |
( |
const Abi & |
abi | ) |
const |
◆ _calledValue
llvm::Value* retdec::bin2llvmir::DataFlowEntry::_calledValue = nullptr |
|
private |
◆ _calls
std::vector<CallEntry> retdec::bin2llvmir::DataFlowEntry::_calls |
|
private |
◆ _decoded
bool retdec::bin2llvmir::DataFlowEntry::_decoded = true |
|
private |
The documentation for this class was generated from the following files:
- /var/cache/acbs/build/acbs.6bu6osb6/retdec/include/retdec/bin2llvmir/optimizations/param_return/data_entries.h
- /var/cache/acbs/build/acbs.6bu6osb6/retdec/src/bin2llvmir/optimizations/param_return/data_entries.cpp