GCC Middle and Back End API Reference
|
Data Fields | |
struct constant_descriptor_rtx * | next |
rtx | mem |
rtx | sym |
rtx | constant |
HOST_WIDE_INT | offset |
hashval_t | hash |
enum machine_mode | mode |
unsigned int | align |
int | labelno |
int | mark |
unsigned int constant_descriptor_rtx::align |
Referenced by force_const_mem(), output_constant_pool_contents(), and place_block_symbol().
rtx constant_descriptor_rtx::constant |
hashval_t constant_descriptor_rtx::hash |
Referenced by const_desc_rtx_hash(), and force_const_mem().
int constant_descriptor_rtx::labelno |
Referenced by force_const_mem(), and output_constant_pool_1().
int constant_descriptor_rtx::mark |
Referenced by force_const_mem(), get_pool_constant_mark(), mark_constant(), and output_constant_pool_contents().
rtx constant_descriptor_rtx::mem |
Referenced by force_const_mem().
enum machine_mode constant_descriptor_rtx::mode |
struct constant_descriptor_rtx* constant_descriptor_rtx::next |
Referenced by force_const_mem(), and output_constant_pool_contents().
HOST_WIDE_INT constant_descriptor_rtx::offset |
Referenced by force_const_mem().
rtx constant_descriptor_rtx::sym |
Referenced by force_const_mem(), and output_constant_pool_contents().