retdec
|
This is the complete list of members for retdec::common::Pattern::Match, including all inherited members.
_address | retdec::common::Pattern::Match | private |
_entrySize | retdec::common::Pattern::Match | private |
_offset | retdec::common::Pattern::Match | private |
_size | retdec::common::Pattern::Match | private |
_type | retdec::common::Pattern::Match | private |
eType enum name | retdec::common::Pattern::Match | private |
floatingPoint(const retdec::common::Address &offset=retdec::common::Address::Undefined, const retdec::common::Address &address=retdec::common::Address::Undefined, std::optional< unsigned > size=std::nullopt, std::optional< unsigned > entrySize=std::nullopt) | retdec::common::Pattern::Match | static |
getAddress() const | retdec::common::Pattern::Match | |
getEntrySize() const | retdec::common::Pattern::Match | |
getOffset() const | retdec::common::Pattern::Match | |
getSize() const | retdec::common::Pattern::Match | |
integral(const retdec::common::Address &offset=retdec::common::Address::Undefined, const retdec::common::Address &address=retdec::common::Address::Undefined, std::optional< unsigned > size=std::nullopt, std::optional< unsigned > entrySize=std::nullopt) | retdec::common::Pattern::Match | static |
isAddressDefined() const | retdec::common::Pattern::Match | |
isEntrySizeDefined() const | retdec::common::Pattern::Match | |
isOffsetDefined() const | retdec::common::Pattern::Match | |
isSizeDefined() const | retdec::common::Pattern::Match | |
isTypeFloatingPoint() const | retdec::common::Pattern::Match | |
isTypeIntegral() const | retdec::common::Pattern::Match | |
isTypeUnknown() const | retdec::common::Pattern::Match | |
Match() | retdec::common::Pattern::Match | |
Match(const retdec::common::Address &offset, const retdec::common::Address &address, std::optional< unsigned > size, std::optional< unsigned > entrySize, eType type) | retdec::common::Pattern::Match | private |
operator!=(const Match &val) const | retdec::common::Pattern::Match | |
operator==(const Match &val) const | retdec::common::Pattern::Match | |
setAddress(const retdec::common::Address &address) | retdec::common::Pattern::Match | |
setEntrySize(const unsigned entrySize) | retdec::common::Pattern::Match | |
setIsTypeFloatingPoint() | retdec::common::Pattern::Match | |
setIsTypeIntegral() | retdec::common::Pattern::Match | |
setIsTypeUnknown() | retdec::common::Pattern::Match | |
setOffset(const retdec::common::Address &offset) | retdec::common::Pattern::Match | |
setSize(const unsigned size) | retdec::common::Pattern::Match | |
unknown(const retdec::common::Address &offset=retdec::common::Address::Undefined, const retdec::common::Address &address=retdec::common::Address::Undefined, std::optional< unsigned > size=std::nullopt, std::optional< unsigned > entrySize=std::nullopt) | retdec::common::Pattern::Match | static |