class DwarfCFIExceptionBase

Declaration

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

Description

Emits exception handling directives.

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

Inherits from: EHStreamer

Member Variables

protected bool shouldEmitCFI
Per-function flag to indicate if frame CFI info should be emitted.
protected bool hasEmittedCFISections
Per-module flag to indicate if .cfi_section has beeen emitted.

Inherited from EHStreamer:

protected Asm
protected MMI

Method Overview

Inherited from EHStreamer:

Inherited from AsmPrinterHandler:

Methods

DwarfCFIExceptionBase(llvm::AsmPrinter* A)

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

Parameters

llvm::AsmPrinter* A

void endFragment()

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

void markFunctionEnd()

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