retdec
retdec
common
Function
retdec::common::Function Member List
This is the complete list of members for
retdec::common::Function
, including all inherited members.
_comment
retdec::common::Function
private
_constructor
retdec::common::Function
private
_declarationString
retdec::common::Function
private
_demangledName
retdec::common::Function
private
_destructor
retdec::common::Function
private
_end
retdec::common::Range< T >
protected
_endLine
retdec::common::Function
private
_exported
retdec::common::Function
private
_fromDebug
retdec::common::Function
private
_linkType
retdec::common::Function
mutable
private
_name
retdec::common::Function
private
_realName
retdec::common::Function
private
_sourceFileName
retdec::common::Function
private
_start
retdec::common::Range< T >
protected
_startLine
retdec::common::Function
private
_thumb
retdec::common::Function
private
_variadic
retdec::common::Function
private
_virtualFunction
retdec::common::Function
private
_wrapperdFunctionName
retdec::common::Function
private
addComment
(const std::string &c)
retdec::common::Function
basicBlocks
retdec::common::Function
callingConvention
retdec::common::Function
codeReferences
retdec::common::Function
contains
(const RangeType &value) const
retdec::common::Range< T >
inline
contains
(const Range< RangeType > &o) const
retdec::common::Range< T >
inline
DECOMPILER_DEFINED
enum value
retdec::common::Function
DYNAMICALLY_LINKED
enum value
retdec::common::Function
eLinkType
enum name
retdec::common::Function
frameBaseStorage
retdec::common::Function
Function
(const std::string &name=std::string())
retdec::common::Function
Function
(retdec::common::Address start, retdec::common::Address end, const std::string &name=std::string())
retdec::common::Function
getComment
() const
retdec::common::Function
getDeclarationString
() const
retdec::common::Function
getDemangledName
() const
retdec::common::Function
getEnd
() const
retdec::common::Range< T >
inline
getEndLine
() const
retdec::common::Function
getId
() const
retdec::common::Function
getLinkType
() const
retdec::common::Function
getName
() const
retdec::common::Function
getRealName
() const
retdec::common::Function
getSize
() const
retdec::common::Range< T >
inline
getSourceFileName
() const
retdec::common::Function
getStart
() const
retdec::common::Range< T >
inline
getStartLine
() const
retdec::common::Function
getWrappedFunctionName
() const
retdec::common::Function
IDIOM
enum value
retdec::common::Function
isConstructor
() const
retdec::common::Function
isDecompilerDefined
() const
retdec::common::Function
isDestructor
() const
retdec::common::Function
isDynamicallyLinked
() const
retdec::common::Function
isExported
() const
retdec::common::Function
isFromDebug
() const
retdec::common::Function
isIdiom
() const
retdec::common::Function
isStaticallyLinked
() const
retdec::common::Function
isSyscall
() const
retdec::common::Function
isThumb
() const
retdec::common::Function
isUserDefined
() const
retdec::common::Function
isVariadic
() const
retdec::common::Function
isVirtual
() const
retdec::common::Function
isWrapper
() const
retdec::common::Function
locals
retdec::common::Function
operator!=
(const Function &o) const
retdec::common::Function
retdec::common::Range::operator!=
(const Range< RangeType > &rhs) const
retdec::common::Range< T >
inline
operator<
(const Function &o) const
retdec::common::Function
retdec::common::Range::operator<
(const Range< RangeType > &rhs) const
retdec::common::Range< T >
inline
operator=
(const Range< RangeType > &rhs)=default
retdec::common::Range< T >
operator=
(Range< RangeType > &&rhs)=default
retdec::common::Range< T >
operator==
(const Function &o) const
retdec::common::Function
retdec::common::Range::operator==
(const Range< RangeType > &rhs) const
retdec::common::Range< T >
inline
overlaps
(const Range< RangeType > &o) const
retdec::common::Range< T >
inline
parameters
retdec::common::Function
Range
()
retdec::common::Range< T >
inline
Range
(const RangeType &start, const RangeType &end)
retdec::common::Range< T >
inline
Range
(const Range< RangeType > &range)
retdec::common::Range< T >
inline
Range
(Range< RangeType > &&range) noexcept(std::is_nothrow_move_constructible< RangeType >::value)
retdec::common::Range< T >
inline
RangeType
typedef
retdec::common::Range< T >
returnStorage
retdec::common::Function
returnType
retdec::common::Function
setComment
(const std::string &c)
retdec::common::Function
setDeclarationString
(const std::string &s)
retdec::common::Function
setDemangledName
(const std::string &n)
retdec::common::Function
setEnd
(const RangeType &end)
retdec::common::Range< T >
inline
setEndLine
(const retdec::common::Address &l)
retdec::common::Function
setIsConstructor
(bool f)
retdec::common::Function
setIsDecompilerDefined
()
retdec::common::Function
setIsDestructor
(bool f)
retdec::common::Function
setIsDynamicallyLinked
() const
retdec::common::Function
setIsExported
(bool f)
retdec::common::Function
setIsFromDebug
(bool d)
retdec::common::Function
setIsIdiom
()
retdec::common::Function
setIsStaticallyLinked
() const
retdec::common::Function
setIsSyscall
()
retdec::common::Function
setIsThumb
(bool f)
retdec::common::Function
setIsUserDefined
()
retdec::common::Function
setIsVariadic
(bool f)
retdec::common::Function
setIsVirtual
(bool f)
retdec::common::Function
setLinkType
(eLinkType lt)
retdec::common::Function
setName
(const std::string &n)
retdec::common::Function
setRealName
(const std::string &n)
retdec::common::Function
setSourceFileName
(const std::string &n)
retdec::common::Function
setStart
(const RangeType &start)
retdec::common::Range< T >
inline
setStartEnd
(const RangeType &start, const RangeType &end)
retdec::common::Range< T >
inline
setStartLine
(const retdec::common::Address &l)
retdec::common::Function
setWrappedFunctionName
(const std::string &n)
retdec::common::Function
STATICALLY_LINKED
enum value
retdec::common::Function
SYSCALL
enum value
retdec::common::Function
usedCryptoConstants
retdec::common::Function
USER_DEFINED
enum value
retdec::common::Function
~Range
()=default
retdec::common::Range< T >
virtual
Generated on Tue Aug 8 2023 10:45:51 for retdec by
1.9.1