|
IDA SDK
|
Information about the target compiler.
Public Attributes | |
| comp_t | id |
| compiler id (see Compiler IDs) | |
| cm_t | cm |
| memory model and calling convention (see CM) | |
| uchar | size_i |
| sizeof(int) | |
| uchar | size_b |
| sizeof(bool) | |
| uchar | size_e |
| sizeof(enum) | |
| uchar | defalign |
| default alignment for structures | |
| uchar | size_s |
| short | |
| uchar | size_l |
| long | |
| uchar | size_ll |
| longlong | |
| uchar | size_ldbl |
| longdouble (if different from processor_t::tbyte_size) | |
Public Member Functions | |
| void | set_64bit_pointer_size () |
1.8.9.1