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

Data Fields

attrsnext
 
rtx loc
 
decl_or_value dv
 
HOST_WIDE_INT offset
 

Detailed Description

Description of location of a part of a variable.  The content of a physical
register is described by a chain of these structures.
The chains are pretty short (usually 1 or 2 elements) and thus
chain is the best data structure.   

Field Documentation

◆ dv

◆ loc

◆ next

◆ offset


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