Try‐region descriptor with the catch handlers that cover it.

Synopsis

Declared in <llvm/CodeGen/WinEHFuncInfo.h>

struct WinEHTryBlockMapEntry;

Data Members

Name

Description

CatchHigh

Highest state number among catch handlers for this try region.

HandlerArray

Catch handlers associated with this try region.

TryHigh

Highest state number belonging to this try region.

TryLow

Lowest state number belonging to this try region.

Created with MrDocs