LLVM API Documentation

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

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

#include <DwarfException.h>

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

Public Attributes

MCSymbolBeginLabel
 
MCSymbolEndLabel
 
MCSymbolPadLabel
 
unsigned Action
 

Detailed Description

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

Definition at line 71 of file DwarfException.h.

Member Data Documentation

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

Definition at line 73 of file DwarfException.h.

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

MCSymbol* llvm::DwarfException::CallSiteEntry::EndLabel
MCSymbol* llvm::DwarfException::CallSiteEntry::PadLabel

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