Synopsis
Declared in <llvm/Support/CodeGen.h>
enum class UWTableKind : int;
Members
Name |
Description |
|
No unwind table requested |
|
"Synchronous" unwind tables |
|
"Asynchronous" unwind tables (instr precise) |
|
Default unwind table kind (async). |
Created with MrDocs