GCC Middle and Back End API Reference
frame_space Struct Reference

#include <function.h>

Collaboration diagram for frame_space:

Data Fields

struct frame_spacenext
HOST_WIDE_INT start
HOST_WIDE_INT length

Detailed Description

   Describe an empty area of space in the stack frame.  These can be chained
   into a list; this is used to keep track of space wasted for alignment
   reasons.  

Field Documentation

HOST_WIDE_INT frame_space::length
struct frame_space* frame_space::next
HOST_WIDE_INT frame_space::start

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