LLVM 19.0.0git
Public Attributes | List of all members
llvm::ClrEHUnwindMapEntry Struct Reference

#include "llvm/CodeGen/WinEHFuncInfo.h"

Public Attributes

MBBOrBasicBlock Handler
 
uint32_t TypeToken
 
int HandlerParentState
 Outer handler enclosing this entry's handler.
 
int TryParentState
 Outer try region enclosing this entry's try region, treating later catches on same try as "outer".
 
ClrHandlerType HandlerType
 

Detailed Description

Definition at line 81 of file WinEHFuncInfo.h.

Member Data Documentation

◆ Handler

MBBOrBasicBlock llvm::ClrEHUnwindMapEntry::Handler

Definition at line 82 of file WinEHFuncInfo.h.

Referenced by llvm::FunctionLoweringInfo::set().

◆ HandlerParentState

int llvm::ClrEHUnwindMapEntry::HandlerParentState

Outer handler enclosing this entry's handler.

Definition at line 84 of file WinEHFuncInfo.h.

◆ HandlerType

ClrHandlerType llvm::ClrEHUnwindMapEntry::HandlerType

Definition at line 87 of file WinEHFuncInfo.h.

◆ TryParentState

int llvm::ClrEHUnwindMapEntry::TryParentState

Outer try region enclosing this entry's try region, treating later catches on same try as "outer".

Definition at line 85 of file WinEHFuncInfo.h.

◆ TypeToken

uint32_t llvm::ClrEHUnwindMapEntry::TypeToken

Definition at line 83 of file WinEHFuncInfo.h.


The documentation for this struct was generated from the following file: