Exception‐handling model selected for code generation.

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.

Non-Member Functions

Name

Description

codegen::getExceptionModel

Return the value of the ‐exception‐model command‐line option.

Created with MrDocs