retdec
retdec::bin2llvmir::FunctionEntry Member List

This is the complete list of members for retdec::bin2llvmir::FunctionEntry, including all inherited members.

_argNamesretdec::bin2llvmir::CallableEntryprotected
_argsretdec::bin2llvmir::CallableEntryprotected
_argTypesretdec::bin2llvmir::CallableEntryprotected
_callconvretdec::bin2llvmir::FunctionEntryprivate
_retEntriesretdec::bin2llvmir::FunctionEntryprivate
_retTyperetdec::bin2llvmir::FunctionEntryprivate
_retValretdec::bin2llvmir::FunctionEntryprivate
_variadicretdec::bin2llvmir::FunctionEntryprivate
_voidargretdec::bin2llvmir::CallableEntryprotected
_wrapretdec::bin2llvmir::FunctionEntryprivate
addArg(llvm::Value *arg)retdec::bin2llvmir::CallableEntry
addRetEntry(const ReturnEntry &ret)retdec::bin2llvmir::FunctionEntry
argNames() constretdec::bin2llvmir::CallableEntry
args() constretdec::bin2llvmir::CallableEntry
argTypes() constretdec::bin2llvmir::CallableEntry
createRetEntry(llvm::ReturnInst *ret)retdec::bin2llvmir::FunctionEntry
getCallingConvention() constretdec::bin2llvmir::FunctionEntry
getRetType() constretdec::bin2llvmir::FunctionEntry
getRetValue() constretdec::bin2llvmir::FunctionEntry
getWrappedCall() constretdec::bin2llvmir::FunctionEntry
isVariadic() constretdec::bin2llvmir::FunctionEntry
isVoidarg() constretdec::bin2llvmir::CallableEntry
isWrapper() constretdec::bin2llvmir::FunctionEntry
retEntries() constretdec::bin2llvmir::FunctionEntry
retEntries()retdec::bin2llvmir::FunctionEntry
setArgs(std::vector< llvm::Value * > &&args)retdec::bin2llvmir::FunctionEntry
setArgTypes(std::vector< llvm::Type * > &&types, std::vector< std::string > &&names={})retdec::bin2llvmir::CallableEntry
setCallingConvention(const CallingConvention::ID &cc)retdec::bin2llvmir::FunctionEntry
setRetType(llvm::Type *type)retdec::bin2llvmir::FunctionEntry
setRetValue(llvm::Value *val)retdec::bin2llvmir::FunctionEntry
setVariadic(bool variadic=true)retdec::bin2llvmir::FunctionEntry
setVoidarg(bool voidarg=true)retdec::bin2llvmir::CallableEntry
setWrappedCall(llvm::CallInst *wrap)retdec::bin2llvmir::FunctionEntry