GCC Middle and Back End API Reference
frame_space Class Reference

#include <function.h>

Collaboration diagram for frame_space:

Data Fields

class frame_spacenext
 
poly_int64 start
 
poly_int64 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

◆ length

poly_int64 frame_space::length

◆ next

class frame_space* frame_space::next

◆ start

poly_int64 frame_space::start

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