GCC Middle and Back End API Reference
stack_vars_data Struct Reference
Collaboration diagram for stack_vars_data:

Data Fields

vec< HOST_WIDE_INTasan_vec
vec< treeasan_decl_vec

Field Documentation

vec<tree> stack_vars_data::asan_decl_vec
     Vector of partition representative decls in between the paddings.  

Referenced by expand_stack_vars().

vec<HOST_WIDE_INT> stack_vars_data::asan_vec
     Vector of offset pairs, always end of some padding followed
     by start of the padding that needs Address Sanitizer protection.
     The vector is in reversed, highest offset pairs come first.  

Referenced by expand_stack_vars().


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