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

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

#include "CodeGen/AsmPrinter/EHStreamer.h"

Public Attributes

MCSymbolBeginLabel
 
MCSymbolEndLabel
 
const LandingPadInfoLPad
 
unsigned Action
 

Detailed Description

Structure describing an entry in the call-site table.

Definition at line 61 of file EHStreamer.h.

Member Data Documentation

◆ Action

unsigned llvm::EHStreamer::CallSiteEntry::Action

◆ BeginLabel

MCSymbol* llvm::EHStreamer::CallSiteEntry::BeginLabel

Definition at line 63 of file EHStreamer.h.

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

◆ EndLabel

MCSymbol* llvm::EHStreamer::CallSiteEntry::EndLabel

◆ LPad

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

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