LLVM 20.0.0git
|
Classes | |
class | ARM64UnwindEmitter |
class | ARMUnwindEmitter |
struct | Instruction |
struct | RuntimeFunction |
RuntimeFunction - An entry in the table of functions with unwind info. More... | |
union | UnwindCode |
UnwindCode - This union describes a single operation in a function prolog, or part thereof. More... | |
class | UnwindEmitter |
struct | UnwindInfo |
UnwindInfo - An entry in the exception table. More... | |
anonymous enum |
Enumerator | |
---|---|
UNW_ExceptionHandler | UNW_ExceptionHandler - Specifies that this function has an exception handler. |
UNW_TerminateHandler | UNW_TerminateHandler - Specifies that this function has a termination handler. |
UNW_ChainInfo | UNW_ChainInfo - Specifies that this UnwindInfo structure is chained to another one. |
UnwindOpcodes - Enumeration whose values specify a single operation in the prolog of a function.