class DwarfCFIException

Declaration

class DwarfCFIException : public DwarfCFIExceptionBase { /* full declaration omitted */ };

Description

Emits exception handling directives.

Declared at: llvm/lib/CodeGen/AsmPrinter/DwarfException.h:37

Inherits from: DwarfCFIExceptionBase

Member Variables

Inherited from DwarfCFIExceptionBase:

protected shouldEmitCFI
protected hasEmittedCFISections

Inherited from EHStreamer:

protected Asm
protected MMI

Method Overview

Inherited from DwarfCFIExceptionBase:

Inherited from EHStreamer:

Inherited from AsmPrinterHandler:

Methods

DwarfCFIException(llvm::AsmPrinter* A)

Declared at: llvm/lib/CodeGen/AsmPrinter/DwarfException.h:54

Parameters

llvm::AsmPrinter* A

void beginFragment(
    const llvm::MachineBasicBlock* MBB,
    llvm::ExceptionSymbolProvider* ESP)

Declared at: llvm/lib/CodeGen/AsmPrinter/DwarfException.h:67

Parameters

const llvm::MachineBasicBlock* MBB
llvm::ExceptionSymbolProvider* ESP

void beginFunction(
    const llvm::MachineFunction* MF)

Description

Gather pre-function exception information. Assumes being emitted immediately after the function entry point.

Declared at: llvm/lib/CodeGen/AsmPrinter/DwarfException.h:62

Parameters

const llvm::MachineFunction* MF

void endFunction(const llvm::MachineFunction*)

Description

Gather and emit post-function exception information.

Declared at: llvm/lib/CodeGen/AsmPrinter/DwarfException.h:65

Parameters

const llvm::MachineFunction*

void endModule()

Description

Emit all exception information that should come after the content.

Declared at: llvm/lib/CodeGen/AsmPrinter/DwarfException.h:58

~DwarfCFIException()

Declared at: llvm/lib/CodeGen/AsmPrinter/DwarfException.h:55