GCC Middle and Back End API Reference
object_block Struct Reference

#include <rtl.h>

Collaboration diagram for object_block:

Data Fields

sectionsect
 
unsigned int alignment
 
HOST_WIDE_INT size
 
vec< rtx, va_gc > * objects
 
vec< rtx, va_gc > * anchors
 

Detailed Description

Describes a group of objects that are to be placed together in such
a way that their relative positions are known.   

Field Documentation

◆ alignment

unsigned int object_block::alignment

◆ anchors

vec<rtx, va_gc>* object_block::anchors

◆ objects

vec<rtx, va_gc>* object_block::objects

◆ sect

◆ size

HOST_WIDE_INT object_block::size

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