GCC Middle and Back End API Reference
|
#include <rtl.h>
Data Fields | |
tree | expr |
HOST_WIDE_INT | offset |
HOST_WIDE_INT | size |
alias_set_type | alias |
unsigned int | align |
unsigned char | addrspace |
bool | offset_known_p |
bool | size_known_p |
Structure used to describe the attributes of a MEM. These are hashed so MEMs that the same attributes share a data structure. This means they cannot be modified in place.
unsigned char mem_attrs::addrspace |
alias_set_type mem_attrs::alias |
unsigned int mem_attrs::align |
tree mem_attrs::expr |
HOST_WIDE_INT mem_attrs::offset |
bool mem_attrs::offset_known_p |
HOST_WIDE_INT mem_attrs::size |
bool mem_attrs::size_known_p |