GCC Middle and Back End API Reference
rtl_eh Struct Reference

#include <function.h>

Collaboration diagram for rtl_eh:

Data Fields

rtx ehr_stackadj
rtx ehr_handler
rtx ehr_label
rtx sjlj_fc
rtx sjlj_exit_after
vec< uchar, va_gc > * action_record_data
vec< call_site_record, va_gc > * call_site_record_v [2]

Detailed Description

   RTL representation of exception handling.  

Field Documentation

vec<uchar, va_gc>* rtl_eh::action_record_data
vec<call_site_record, va_gc>* rtl_eh::call_site_record_v[2]
rtx rtl_eh::ehr_handler
rtx rtl_eh::ehr_label
rtx rtl_eh::ehr_stackadj
rtx rtl_eh::sjlj_exit_after
rtx rtl_eh::sjlj_fc

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