GCC Middle and Back End API Reference
eh_landing_pad_d Struct Reference

#include <except.h>

Collaboration diagram for eh_landing_pad_d:

Data Fields

struct eh_landing_pad_dnext_lp
 
struct eh_region_dregion
 
tree post_landing_pad
 
rtx_code_labellanding_pad
 
int index
 

Detailed Description

A landing pad for a given exception region.  Any transfer of control
from the EH runtime to the function happens at a landing pad.   

Field Documentation

◆ index

◆ landing_pad

◆ next_lp

◆ post_landing_pad

◆ region


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