GCC Middle and Back End API Reference
|
Data Fields | |
struct mode_adjust * | next |
struct mode_data * | mode |
const char * | adjustment |
const char * | file |
unsigned int | line |
Data structure for recording target-specified runtime adjustments to a particular mode. We support varying the byte size, the alignment, and the floating point format.
const char* mode_adjust::adjustment |
Referenced by emit_mode_adjustments(), and new_adjust().
const char* mode_adjust::file |
Referenced by emit_mode_adjustments(), and new_adjust().
unsigned int mode_adjust::line |
Referenced by emit_mode_adjustments(), and new_adjust().
struct mode_data* mode_adjust::mode |
Referenced by emit_mode_adjustments(), and new_adjust().
struct mode_adjust* mode_adjust::next |
Referenced by emit_mode_adjustments(), and new_adjust().