LLVM 22.0.0git
llvm::WinEHTryBlockMapEntry Struct Reference

#include "llvm/CodeGen/WinEHFuncInfo.h"

Public Attributes

int TryLow = -1
int TryHigh = -1
int CatchHigh = -1
SmallVector< WinEHHandlerType, 1 > HandlerArray

Detailed Description

Definition at line 72 of file WinEHFuncInfo.h.

Member Data Documentation

◆ CatchHigh

int llvm::WinEHTryBlockMapEntry::CatchHigh = -1

Definition at line 75 of file WinEHFuncInfo.h.

Referenced by addTryBlockMapEntry().

◆ HandlerArray

◆ TryHigh

int llvm::WinEHTryBlockMapEntry::TryHigh = -1

Definition at line 74 of file WinEHFuncInfo.h.

Referenced by addTryBlockMapEntry().

◆ TryLow

int llvm::WinEHTryBlockMapEntry::TryLow = -1

Definition at line 73 of file WinEHFuncInfo.h.

Referenced by addTryBlockMapEntry().


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