libFirm
|
SymConst attribute. More...
#include <firm_types.h>
Data Fields | |
ir_type * | type_p |
The type of a SymConst. | |
ir_entity * | entity_p |
The entity of a SymConst. | |
ir_enum_const * | enum_p |
The enumeration constant of a SymConst. |
SymConst attribute.
This union contains the symbolic information represented by the node.
Definition at line 326 of file firm_types.h.
ir_entity* symconst_symbol::entity_p |
The entity of a SymConst.
Definition at line 328 of file firm_types.h.
ir_enum_const* symconst_symbol::enum_p |
The enumeration constant of a SymConst.
Definition at line 329 of file firm_types.h.
ir_type* symconst_symbol::type_p |
The type of a SymConst.
Definition at line 327 of file firm_types.h.