GCC Middle and Back End API Reference
|
Data Fields | |
class constant_descriptor_rtx * | next |
rtx | mem |
rtx | sym |
rtx | constant |
HOST_WIDE_INT | offset |
hashval_t | hash |
fixed_size_mode | mode |
unsigned int | align |
int | labelno |
int | mark |
unsigned int constant_descriptor_rtx::align |
rtx constant_descriptor_rtx::constant |
hashval_t constant_descriptor_rtx::hash |
Referenced by force_const_mem(), and const_rtx_desc_hasher::hash().
int constant_descriptor_rtx::labelno |
Referenced by force_const_mem(), and output_constant_pool_1().
int constant_descriptor_rtx::mark |
rtx constant_descriptor_rtx::mem |
Referenced by force_const_mem().
fixed_size_mode constant_descriptor_rtx::mode |
class constant_descriptor_rtx* constant_descriptor_rtx::next |
Referenced by force_const_mem(), optimize_constant_pool(), output_constant_pool_contents(), and recompute_pool_offsets().
HOST_WIDE_INT constant_descriptor_rtx::offset |
Referenced by force_const_mem(), output_constant_pool_contents(), and recompute_pool_offsets().
rtx constant_descriptor_rtx::sym |
Referenced by force_const_mem(), and output_constant_pool_contents().