Catch-handler descriptor stored in a try-block map entry.
Declared in <llvm/CodeGen/WinEHFuncInfo.h>
struct WinEHHandlerType;
| Name | Description |
|---|---|
Unnamed union | The CatchObj starts out life as an LLVM alloca and is eventually turned frame index. |
| Name | Description |
|---|---|
Adjectives | Catch-handler adjectives from the catchpad (e.g. const/volatile/byref). |
CatchObj | The CatchObj starts out life as an LLVM alloca and is eventually turned frame index. |
Handler | Catch handler block or funclet for this handler. |
TypeDescriptor | RTTI type descriptor for the exception type this handler catches. |