Synopsis
Declared in <llvm/Support/CodeGen.h>
enum class ExceptionHandling : int;
Members
Name |
Description |
|
No exception support |
|
DWARF‐like instruction based exceptions |
|
setjmp/longjmp based exceptions |
|
ARM EHABI |
|
Windows Exception Handling |
|
WebAssembly Exception Handling |
|
AIX Exception Handling |
|
z/OS MVS Exception Handling. Very similar to DwarfCFI, but the PPA1 is used instead of an .eh_frame section. |
Created with MrDocs