decompiler
1.0.0
|
Data-type for a storage location when there is no Symbol (yet) More...
#include <varmap.hh>
Public Member Functions | |
TypeRecommend (const Address &ad, Datatype *dt) | |
Constructor. | |
const Address & | getAddress (void) const |
Get the storage address. | |
Datatype * | getType (void) const |
Get the data-type. | |
Private Attributes | |
Address | addr |
Storage address of the Varnode. | |
Datatype * | dataType |
Data-type to assign to the Varnode. | |
Data-type for a storage location when there is no Symbol (yet)
Allow a data-type to be fed into a specific storage location. Currently this only applies to input Varnodes.