#include <function.h>
Data Fields | |
class frame_space * | next |
poly_int64 | start |
poly_int64 | length |
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.
poly_int64 frame_space::length |
Referenced by add_frame_space(), and assign_stack_local_1().
class frame_space* frame_space::next |
Referenced by add_frame_space(), and assign_stack_local_1().
poly_int64 frame_space::start |
Referenced by add_frame_space(), and assign_stack_local_1().