LLVM  8.0.1
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"

Collaboration diagram for llvm::EHStreamer::PadRange:
Collaboration graph
[legend]

Public Attributes

unsigned PadIndex
 
unsigned RangeIndex
 

Detailed Description

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

Definition at line 44 of file EHStreamer.h.

Member Data Documentation

◆ PadIndex

unsigned llvm::EHStreamer::PadRange::PadIndex

Definition at line 46 of file EHStreamer.h.

Referenced by llvm::EHStreamer::computeCallSiteTable().

◆ RangeIndex

unsigned llvm::EHStreamer::PadRange::RangeIndex

Definition at line 49 of file EHStreamer.h.

Referenced by llvm::EHStreamer::computeCallSiteTable().


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