LLVM: llvm::LandingPadInfo Struct Reference (original) (raw)

This structure is used to retain landing pad info for the current function. More...

#include "[llvm/CodeGen/MachineFunction.h](MachineFunction%5F8h%5Fsource.html)"

Public Attributes
MachineBasicBlock * LandingPadBlock
SmallVector< MCSymbol *, 1 > BeginLabels
SmallVector< MCSymbol *, 1 > EndLabels
SmallVector< SEHHandler, 1 > SEHHandlers
MCSymbol * LandingPadLabel = nullptr
std::vector< int > TypeIds

Detailed Description

This structure is used to retain landing pad info for the current function.

Definition at line 274 of file MachineFunction.h.

Constructor & Destructor Documentation

Member Data Documentation

BeginLabels

EndLabels

LandingPadBlock

LandingPadLabel

MCSymbol* llvm::LandingPadInfo::LandingPadLabel = nullptr

SEHHandlers

TypeIds

std::vector llvm::LandingPadInfo::TypeIds


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