LLVM  8.0.1
Public Member Functions | List of all members
llvm::WinException Class Reference

#include "CodeGen/AsmPrinter/WinException.h"

Inheritance diagram for llvm::WinException:
Inheritance graph
[legend]
Collaboration diagram for llvm::WinException:
Collaboration graph
[legend]

Public Member Functions

 WinException (AsmPrinter *A)
 
 ~WinException () override
 
void endModule () override
 Emit all exception information that should come after the content. More...
 
void beginFunction (const MachineFunction *MF) override
 Gather pre-function exception information. More...
 
void endFunction (const MachineFunction *) override
 Gather and emit post-function exception information. More...
 
void beginFunclet (const MachineBasicBlock &MBB, MCSymbol *Sym) override
 Emit target-specific EH funclet machinery. More...
 
void endFunclet () override
 
- Public Member Functions inherited from llvm::EHStreamer
 EHStreamer (AsmPrinter *A)
 
 ~EHStreamer () override
 
void setSymbolSize (const MCSymbol *Sym, uint64_t Size) override
 For symbols that have a size designated (e.g. More...
 
void beginInstruction (const MachineInstr *MI) override
 Process beginning of an instruction. More...
 
void endInstruction () override
 Process end of an instruction. More...
 
- Public Member Functions inherited from llvm::AsmPrinterHandler
virtual ~AsmPrinterHandler ()
 Pin vtable to this file. More...
 
virtual void markFunctionEnd ()
 
virtual void beginFragment (const MachineBasicBlock *MBB, ExceptionSymbolProvider ESP)
 
virtual void endFragment ()
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::EHStreamer
static bool callToNoUnwindFunction (const MachineInstr *MI)
 Return `true' if this is a call to a function marked `nounwind'. More...
 
- Protected Types inherited from llvm::EHStreamer
using RangeMapType = DenseMap< MCSymbol *, PadRange >
 
- Protected Member Functions inherited from llvm::EHStreamer
void computeActionsTable (const SmallVectorImpl< const LandingPadInfo *> &LandingPads, SmallVectorImpl< ActionEntry > &Actions, SmallVectorImpl< unsigned > &FirstActions)
 Compute the actions table and gather the first action index for each landing pad site. More...
 
void computePadMap (const SmallVectorImpl< const LandingPadInfo *> &LandingPads, RangeMapType &PadMap)
 
virtual void computeCallSiteTable (SmallVectorImpl< CallSiteEntry > &CallSites, const SmallVectorImpl< const LandingPadInfo *> &LandingPads, const SmallVectorImpl< unsigned > &FirstActions)
 Compute the call-site table. More...
 
MCSymbolemitExceptionTable ()
 Emit landing pads and actions. More...
 
virtual void emitTypeInfos (unsigned TTypeEncoding, MCSymbol *TTBaseLabel)
 
- Static Protected Member Functions inherited from llvm::EHStreamer
static unsigned sharedTypeIDs (const LandingPadInfo *L, const LandingPadInfo *R)
 How many leading type ids two landing pads have in common. More...
 
static bool isFilterEHSelector (int Selector)
 
static bool isCleanupEHSelector (int Selector)
 
static bool isCatchEHSelector (int Selector)
 
- Protected Attributes inherited from llvm::EHStreamer
AsmPrinterAsm
 Target of directive emission. More...
 
MachineModuleInfoMMI
 Collected machine module information. More...
 

Detailed Description

Definition at line 28 of file WinException.h.

Constructor & Destructor Documentation

◆ WinException()

WinException::WinException ( AsmPrinter A)

◆ ~WinException()

WinException::~WinException ( )
override

Definition at line 48 of file WinException.cpp.

Member Function Documentation

◆ beginFunclet()

void WinException::beginFunclet ( const MachineBasicBlock MBB,
MCSymbol Sym 
)
overridevirtual

◆ beginFunction()

void WinException::beginFunction ( const MachineFunction MF)
overridevirtual

◆ endFunclet()

void WinException::endFunclet ( )
overridevirtual

◆ endFunction()

void WinException::endFunction ( const MachineFunction MF)
overridevirtual

◆ endModule()

void WinException::endModule ( )
overridevirtual

Emit all exception information that should come after the content.

endModule - Emit all exception information that should come after the content.

Implements llvm::AsmPrinterHandler.

Definition at line 52 of file WinException.cpp.

References llvm::EHStreamer::Asm, F(), llvm::MachineModuleInfo::getModule(), llvm::AsmPrinter::getSymbol(), llvm::EHStreamer::MMI, and llvm::AsmPrinter::OutStreamer.


The documentation for this class was generated from the following files: