decompiler
1.0.0
|
Public Member Functions | |
VarnodeData * | allocateVarnodes (uint4 size) |
PcodeData * | allocateInstruction (void) |
void | addLabelRef (VarnodeData *ptr) |
void | addLabel (uint4 id) |
void | clear (void) |
void | resolveRelatives (void) |
void | emit (const Address &addr, PcodeEmit *emt) const |
Private Member Functions | |
VarnodeData * | expandPool (uint4 size) |
Private Attributes | |
VarnodeData * | poolstart |
VarnodeData * | curpool |
VarnodeData * | endpool |
vector< PcodeData > | issued |
list< RelativeRecord > | label_refs |
vector< uintb > | labels |