Module ida_typeinf :: Class callregs_t
[frames] | no frames]

Class callregs_t

object --+
         |
        callregs_t

Proxy of C++ callregs_t class.

Instance Methods
callregs_t
__init__(self)
__init__(self, cc) -> callregs_t
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
 
init_regs(self, cc)
bool
reginds(self, gp_ind, fp_ind, r)
 
reset(self)
 
set(self, _policy, gprs, fprs)

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

Static Methods
int
regcount(cc)
Properties
  fpregs
callregs_t_fpregs_get(self) -> intvec_t *
  gpregs
callregs_t_gpregs_get(self) -> intvec_t *
  nregs
callregs_t_nregs_get(self) -> int
  policy
callregs_t_policy_get(self) -> argreg_policy_t
  thisown
The membership flag

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

__init__(self, cc) -> callregs_t

Returns: callregs_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

fpregs

callregs_t_fpregs_get(self) -> intvec_t *

Get Method:
unreachable.callregs_t_fpregs_get(self)
Set Method:
unreachable.callregs_t_fpregs_set(self, fpregs)

gpregs

callregs_t_gpregs_get(self) -> intvec_t *

Get Method:
unreachable.callregs_t_gpregs_get(self)
Set Method:
unreachable.callregs_t_gpregs_set(self, gpregs)

nregs

callregs_t_nregs_get(self) -> int

Get Method:
unreachable.callregs_t_nregs_get(self)
Set Method:
unreachable.callregs_t_nregs_set(self, nregs)

policy

callregs_t_policy_get(self) -> argreg_policy_t

Get Method:
unreachable.callregs_t_policy_get(self)
Set Method:
unreachable.callregs_t_policy_set(self, policy)

thisown

The membership flag

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