Synopsis

Declared in <llvm/Support/CodeGen.h>

enum class UWTableKind : int;

Members

Name

Description

None

No unwind table requested

Sync

"Synchronous" unwind tables

Async

"Asynchronous" unwind tables (instr precise)

Default

Default unwind table kind (async).

Created with MrDocs