|
decompiler
1.0.0
|
Information about heritage passes performed for a specific address space. More...
#include <heritage.hh>
Private Member Functions | |
| void | set (AddrSpace *spc, int4 dl, int4 dcdl) |
| Set all fields. | |
| bool | isHeritaged (void) const |
| Return true if heritage is performed on this space. | |
| void | reset (void) |
| Reset. | |
Private Attributes | |
| AddrSpace * | space |
| The address space this record describes. | |
| int4 | delay |
| How many passes to delay heritage of this space. | |
| int4 | deadcodedelay |
| How many passes to delay deadcode removal of this space. | |
| int4 | deadremoved |
| >0 if Varnodes in this space have been eliminated | |
| bool | loadGuardSearch |
| true if the search for LOAD ops to guard has been performed | |
| bool | warningissued |
| true if warning issued previously | |
Friends | |
| class | Heritage |
Information about heritage passes performed for a specific address space.
For a particular address space, this keeps track of:
1.8.11