GCC Middle and Back End API Reference
mode_adjust Struct Reference
Collaboration diagram for mode_adjust:

Data Fields

struct mode_adjustnext
 
struct mode_datamode
 
const char * adjustment
 
const char * file
 
unsigned int line
 

Detailed Description

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.

Field Documentation

◆ adjustment

const char* mode_adjust::adjustment

Referenced by new_adjust().

◆ file

const char* mode_adjust::file

Referenced by new_adjust().

◆ line

unsigned int mode_adjust::line

Referenced by new_adjust().

◆ mode

struct mode_data* mode_adjust::mode

Referenced by new_adjust().

◆ next

struct mode_adjust* mode_adjust::next

The documentation for this struct was generated from the following file: