|
| | XrefItem () |
| |
| | XrefItem (XrefHeader *parent, XrefType type, FunctionRef func) |
| |
| | XrefItem (BinaryNinja::ReferenceSource ref, XrefType type, XrefDirection direction) |
| |
| | XrefItem (uint64_t addr, XrefType type, XrefDirection direction) |
| |
| | XrefItem (BinaryNinja::TypeReferenceSource ref, XrefType type, XrefDirection direction) |
| |
| | XrefItem (BinaryNinja::Variable var, BinaryNinja::ILReferenceSource ref, XrefType type, XrefDirection direction) |
| |
| | XrefItem (const XrefItem &ref) |
| |
| virtual | ~XrefItem () |
| |
| XrefDirection | direction () const |
| |
| const FunctionRef & | func () const |
| |
| const ArchitectureRef & | arch () const |
| |
| uint64_t | addr () const |
| |
| BinaryNinja::QualifiedName | typeName () const |
| |
| uint64_t | offset () const |
| |
| BinaryNinja::Variable | variable () const |
| |
| BNFunctionGraphType | ilType () const |
| |
| size_t | instrId () const |
| |
| XrefType | type () const |
| |
| int | size () const |
| |
| void | setSize (int size) const |
| |
| void | setParent (XrefHeader *parent) const |
| |
| virtual XrefItem * | parent () const |
| |
| virtual XrefItem * | child (int) const |
| |
| virtual int | childCount () const |
| |
| int | row () const |
| |
| bool | operator== (const XrefItem &other) const |
| |
| bool | operator!= (const XrefItem &other) const |
| |
◆ XrefDirection
| Enumerator |
|---|
| Forward | |
| Backward | |
◆ XrefType
| Enumerator |
|---|
| DataXrefType | |
| CodeXrefType | |
| VariableXrefType | |
| TypeXrefType | |
◆ XrefItem() [1/7]
◆ XrefItem() [2/7]
◆ XrefItem() [3/7]
◆ XrefItem() [4/7]
◆ XrefItem() [5/7]
◆ XrefItem() [6/7]
◆ XrefItem() [7/7]
| XrefItem::XrefItem |
( |
const XrefItem & |
ref | ) |
|
◆ ~XrefItem()
| virtual XrefItem::~XrefItem |
( |
| ) |
|
|
virtual |
◆ addr()
| uint64_t XrefItem::addr |
( |
| ) |
const |
|
inline |
◆ arch()
◆ child()
| virtual XrefItem * XrefItem::child |
( |
int |
| ) |
const |
|
inlinevirtual |
◆ childCount()
| virtual int XrefItem::childCount |
( |
| ) |
const |
|
inlinevirtual |
◆ direction()
◆ func()
◆ ilType()
◆ instrId()
| size_t XrefItem::instrId |
( |
| ) |
const |
|
inline |
◆ offset()
| uint64_t XrefItem::offset |
( |
| ) |
const |
|
inline |
◆ operator!=()
| bool XrefItem::operator!= |
( |
const XrefItem & |
other | ) |
const |
◆ operator==()
| bool XrefItem::operator== |
( |
const XrefItem & |
other | ) |
const |
◆ parent()
| virtual XrefItem * XrefItem::parent |
( |
| ) |
const |
|
inlinevirtual |
◆ row()
| int XrefItem::row |
( |
| ) |
const |
◆ setParent()
| void XrefItem::setParent |
( |
XrefHeader * |
parent | ) |
const |
◆ setSize()
| void XrefItem::setSize |
( |
int |
size | ) |
const |
|
inline |
◆ size()
| int XrefItem::size |
( |
| ) |
const |
|
inline |
◆ type()
◆ typeName()
◆ variable()
◆ m_addr
| uint64_t XrefItem::m_addr |
|
protected |
◆ m_arch
◆ m_direction
◆ m_func
◆ m_ilType
◆ m_instrId
| size_t XrefItem::m_instrId |
|
protected |
◆ m_offset
| uint64_t XrefItem::m_offset |
|
protected |
◆ m_parentItem
◆ m_size
◆ m_type
◆ m_typeName
◆ m_var
The documentation for this class was generated from the following file: