LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::LandingPadInfo Struct Reference

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

#include "llvm/CodeGen/MachineFunction.h"

Collaboration diagram for llvm::LandingPadInfo:
Collaboration graph
[legend]

Public Member Functions

 LandingPadInfo (MachineBasicBlock *MBB)
 

Public Attributes

MachineBasicBlockLandingPadBlock
 
SmallVector< MCSymbol *, 1 > BeginLabels
 
SmallVector< MCSymbol *, 1 > EndLabels
 
SmallVector< SEHHandler, 1 > SEHHandlers
 
MCSymbolLandingPadLabel = nullptr
 
std::vector< int > TypeIds
 

Detailed Description

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

Definition at line 214 of file MachineFunction.h.

Constructor & Destructor Documentation

◆ LandingPadInfo()

llvm::LandingPadInfo::LandingPadInfo ( MachineBasicBlock MBB)
inlineexplicit

Definition at line 222 of file MachineFunction.h.

Member Data Documentation

◆ BeginLabels

SmallVector<MCSymbol *, 1> llvm::LandingPadInfo::BeginLabels

◆ EndLabels

SmallVector<MCSymbol *, 1> llvm::LandingPadInfo::EndLabels

◆ LandingPadBlock

MachineBasicBlock* llvm::LandingPadInfo::LandingPadBlock

◆ LandingPadLabel

MCSymbol* llvm::LandingPadInfo::LandingPadLabel = nullptr

◆ SEHHandlers

SmallVector<SEHHandler, 1> llvm::LandingPadInfo::SEHHandlers

◆ TypeIds

std::vector<int> llvm::LandingPadInfo::TypeIds

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