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

Data Fields

struct iterator_groupgroup
 
file_location loc
 
const charvalue
 
rtx x
 
unsigned int index
 

Detailed Description

Records one use of an attribute (the "<[iterator:]attribute>" syntax)
in a non-string rtx field.   

Field Documentation

◆ group

struct iterator_group* attribute_use::group

Referenced by record_attribute_use().

◆ index

unsigned int attribute_use::index

Referenced by record_attribute_use().

◆ loc

file_location attribute_use::loc

Referenced by record_attribute_use().

◆ value

const char* attribute_use::value

Referenced by record_attribute_use().

◆ x

rtx attribute_use::x

Referenced by record_attribute_use().


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