Synopsis

Declared in <llvm/Support/CodeGen.h>

enum class ExceptionHandling : int;

Members

Name

Description

None

No exception support

DwarfCFI

DWARF‐like instruction based exceptions

SjLj

setjmp/longjmp based exceptions

ARM

ARM EHABI

WinEH

Windows Exception Handling

Wasm

WebAssembly Exception Handling

AIX

AIX Exception Handling

ZOS

z/OS MVS Exception Handling. Very similar to DwarfCFI, but the PPA1 is used instead of an .eh_frame section.

Created with MrDocs