LLVM 19.0.0git
Public Attributes | List of all members
llvm::EHStreamer::PadRange Struct Reference

Structure holding a try-range and the associated landing pad. More...

#include "CodeGen/AsmPrinter/EHStreamer.h"

Public Attributes

unsigned PadIndex
 
unsigned RangeIndex
 

Detailed Description

Structure holding a try-range and the associated landing pad.

Definition at line 43 of file EHStreamer.h.

Member Data Documentation

◆ PadIndex

unsigned llvm::EHStreamer::PadRange::PadIndex

Definition at line 45 of file EHStreamer.h.

◆ RangeIndex

unsigned llvm::EHStreamer::PadRange::RangeIndex

Definition at line 48 of file EHStreamer.h.


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