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

Class codegen_t

object --+
         |
        codegen_t

Proxy of C++ codegen_t class.

Instance Methods
 
__disown__(self)
codegen_t
__init__(self, m)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
merror_t
analyze_prolog(self, fc, reachable)
minsn_t
emit(self, code, width, l, r, d, offsize)
emit(self, code, l, r, d) -> minsn_t
minsn_t
emit_micro_mvm(self, code, dtype, l, r, d, offsize)
merror_t
gen_micro(self)
mreg_t
load_operand(self, opnum)

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

Properties
  ignore_micro
codegen_t_ignore_micro_get(self) -> char
  ii
codegen_t_ii_get(self) -> cdg_insn_iterator_t
  insn
codegen_t_insn_get(self) -> insn_t *
  mb
codegen_t_mb_get(self) -> mblock_t
  mba
codegen_t_mba_get(self) -> mbl_array_t
  thisown
The membership flag

Inherited from object: __class__

Method Details

__init__(self, m)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Returns: codegen_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

ignore_micro

codegen_t_ignore_micro_get(self) -> char

Get Method:
unreachable.codegen_t_ignore_micro_get(self)
Set Method:
unreachable.codegen_t_ignore_micro_set(self, ignore_micro)

ii

codegen_t_ii_get(self) -> cdg_insn_iterator_t

Get Method:
unreachable.codegen_t_ii_get(self)
Set Method:
unreachable.codegen_t_ii_set(self, ii)

insn

codegen_t_insn_get(self) -> insn_t *

Get Method:
unreachable.codegen_t_insn_get(self)
Set Method:
unreachable.codegen_t_insn_set(self, insn)

mb

codegen_t_mb_get(self) -> mblock_t

Get Method:
unreachable.codegen_t_mb_get(self)
Set Method:
unreachable.codegen_t_mb_set(self, mb)

mba

codegen_t_mba_get(self) -> mbl_array_t

Get Method:
unreachable.codegen_t_mba_get(self)
Set Method:
unreachable.codegen_t_mba_set(self, mba)

thisown

The membership flag

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