Module ida_hexrays :: Class vdloc_t
[frames] | no frames]

Class vdloc_t

          object --+    
                   |    
ida_typeinf.argloc_t --+
                       |
                      vdloc_t
Known Subclasses:

Proxy of C++ vdloc_t class.

Instance Methods
bool
__eq__(self, r)
bool
__ge__(self, r)
bool
__gt__(self, r)
vdloc_t
__init__(self)
__init__(self, r) -> argloc_t
bool
__le__(self, r)
bool
__lt__(self, r)
bool
__ne__(self, r)
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
int
compare(self, r)
bool
is_aliasable(self, mb, size)
int
reg1(self)
 
set_reg1(self, r1)

Inherited from ida_typeinf.argloc_t: advance, atype, calc_offset, consume_rrel, consume_scattered, get_biggest, get_custom, get_ea, get_reginfo, get_rrel, has_reg, has_stkoff, is_badloc, is_custom, is_ea, is_fragmented, is_mixed_scattered, is_reg, is_reg1, is_reg2, is_rrel, is_scattered, is_stkoff, justify_reg_high, justify_stkoff_right, reg2, regoff, scattered, set_badloc, set_ea, set_reg2, set_stkoff, stkoff, swap

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  thisown
The membership flag

Inherited from object: __class__

Method Details

__eq__(self, r)
(Equality operator)

 
Returns: bool
Overrides: ida_typeinf.argloc_t.__eq__

__ge__(self, r)
(Greater-than-or-equals operator)

 
Returns: bool
Overrides: ida_typeinf.argloc_t.__ge__

__gt__(self, r)
(Greater-than operator)

 
Returns: bool
Overrides: ida_typeinf.argloc_t.__gt__

__init__(self)
(Constructor)

 

__init__(self, r) -> argloc_t

Returns: vdloc_t
Overrides: object.__init__

__le__(self, r)
(Less-than-or-equals operator)

 
Returns: bool
Overrides: ida_typeinf.argloc_t.__le__

__lt__(self, r)
(Less-than operator)

 
Returns: bool
Overrides: ida_typeinf.argloc_t.__lt__

__ne__(self, r)

 
Returns: bool
Overrides: ida_typeinf.argloc_t.__ne__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__swig_destroy__(self)

 
Overrides: ida_typeinf.argloc_t.__swig_destroy__

compare(self, r)

 
Returns: int
Overrides: ida_typeinf.argloc_t.compare

reg1(self)

 
Returns: int
Overrides: ida_typeinf.argloc_t.reg1

set_reg1(self, r1)

 
Overrides: ida_typeinf.argloc_t.set_reg1

Property Details

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)