LLVM  3.7.0
Public Attributes | List of all members
llvm::EHStreamer::CallSiteEntry Struct Reference

Structure describing an entry in the call-site table. More...

#include <EHStreamer.h>

Collaboration diagram for llvm::EHStreamer::CallSiteEntry:
[legend]

Public Attributes

MCSymbolBeginLabel
 
MCSymbolEndLabel
 
const LandingPadInfoLPad
 
unsigned Action
 

Detailed Description

Structure describing an entry in the call-site table.

Definition at line 63 of file EHStreamer.h.

Member Data Documentation

unsigned llvm::EHStreamer::CallSiteEntry::Action
MCSymbol* llvm::EHStreamer::CallSiteEntry::BeginLabel

Definition at line 65 of file EHStreamer.h.

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

MCSymbol* llvm::EHStreamer::CallSiteEntry::EndLabel
const LandingPadInfo* llvm::EHStreamer::CallSiteEntry::LPad

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