LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
llvm::DwarfException::PadRange Struct Reference

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

#include <DwarfException.h>

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

Public Attributes

unsigned PadIndex
 
unsigned RangeIndex
 

Detailed Description

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

Definition at line 54 of file DwarfException.h.

Member Data Documentation

unsigned llvm::DwarfException::PadRange::PadIndex

Definition at line 56 of file DwarfException.h.

Referenced by llvm::DwarfException::ComputeCallSiteTable().

unsigned llvm::DwarfException::PadRange::RangeIndex

Definition at line 58 of file DwarfException.h.

Referenced by llvm::DwarfException::ComputeCallSiteTable().


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