#include <data_entries.h>
◆ addRetEntry()
void retdec::bin2llvmir::FunctionEntry::addRetEntry |
( |
const ReturnEntry & |
ret | ) |
|
◆ createRetEntry()
ReturnEntry * retdec::bin2llvmir::FunctionEntry::createRetEntry |
( |
llvm::ReturnInst * |
ret | ) |
|
◆ getCallingConvention()
◆ getRetType()
llvm::Type * retdec::bin2llvmir::FunctionEntry::getRetType |
( |
| ) |
const |
◆ getRetValue()
llvm::Value * retdec::bin2llvmir::FunctionEntry::getRetValue |
( |
| ) |
const |
◆ getWrappedCall()
llvm::CallInst * retdec::bin2llvmir::FunctionEntry::getWrappedCall |
( |
| ) |
const |
◆ isVariadic()
bool retdec::bin2llvmir::FunctionEntry::isVariadic |
( |
| ) |
const |
◆ isWrapper()
bool retdec::bin2llvmir::FunctionEntry::isWrapper |
( |
| ) |
const |
◆ retEntries() [1/2]
std::vector< ReturnEntry > & retdec::bin2llvmir::FunctionEntry::retEntries |
( |
| ) |
|
◆ retEntries() [2/2]
const std::vector< ReturnEntry > & retdec::bin2llvmir::FunctionEntry::retEntries |
( |
| ) |
const |
◆ setArgs()
void retdec::bin2llvmir::FunctionEntry::setArgs |
( |
std::vector< llvm::Value * > && |
args | ) |
|
◆ setCallingConvention()
◆ setRetType()
void retdec::bin2llvmir::FunctionEntry::setRetType |
( |
llvm::Type * |
type | ) |
|
◆ setRetValue()
void retdec::bin2llvmir::FunctionEntry::setRetValue |
( |
llvm::Value * |
val | ) |
|
◆ setVariadic()
void retdec::bin2llvmir::FunctionEntry::setVariadic |
( |
bool |
variadic = true | ) |
|
◆ setWrappedCall()
void retdec::bin2llvmir::FunctionEntry::setWrappedCall |
( |
llvm::CallInst * |
wrap | ) |
|
◆ _callconv
◆ _retEntries
std::vector<ReturnEntry> retdec::bin2llvmir::FunctionEntry::_retEntries |
|
private |
◆ _retType
llvm::Type* retdec::bin2llvmir::FunctionEntry::_retType = nullptr |
|
private |
◆ _retVal
llvm::Value* retdec::bin2llvmir::FunctionEntry::_retVal = nullptr |
|
private |
◆ _variadic
bool retdec::bin2llvmir::FunctionEntry::_variadic = false |
|
private |
◆ _wrap
llvm::CallInst* retdec::bin2llvmir::FunctionEntry::_wrap = nullptr |
|
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