◆ __init__()
__init__ |
( |
| self, |
|
|
* | args ) |
◆ __eq__()
◆ __ge__()
◆ __gt__()
◆ __le__()
◆ __lt__()
◆ __ne__()
◆ compare()
◆ get_reg1()
'mreg_t' get_reg1 |
( |
| self | ) |
|
Get the register number of the variable.
◆ get_reg2()
'mreg_t' get_reg2 |
( |
| self | ) |
|
Get the number of the second register (works only for ALOC_REG2 lvars)
◆ get_scattered()
'scattered_aloc_t &' get_scattered |
( |
| self | ) |
|
Get information about scattered variable.
◆ get_stkoff()
Get offset of the varialbe in the stack frame.
@returns a non-negative value for stack variables. The value is an offset from the bottom of the stack frame in terms of vd-offsets. negative values mean error (not a stack variable)
◆ is_reg1()
Is variable located on one register?
◆ is_reg2()
Is variable located on two registers?
◆ is_reg_var()
Is variable located on register(s)?
◆ is_scattered()
bool is_scattered |
( |
| self | ) |
|
◆ is_stk_var()
Is variable located on the stack?
◆ defea
Initial value:= property(_ida_hexrays.lvar_locator_t_defea_get,
_ida_hexrays.lvar_locator_t_defea_set)
◆ location
Initial value:= property(_ida_hexrays.lvar_locator_t_location_get,
_ida_hexrays.lvar_locator_t_location_set)
◆ thisown
Initial value:= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')
The documentation for this class was generated from the following file: