Searched defs:ClrClause (Results 1 – 1 of 1) sorted by relevance
1128 struct ClrClause { in emitCLRExceptionTable() struct1129 const MCSymbol *StartLabel; // Start of protected region in emitCLRExceptionTable()1130 const MCSymbol *EndLabel; // End of protected region in emitCLRExceptionTable()1131 int State; // Index of handler protecting the protected region in emitCLRExceptionTable()1132 int EnclosingState; // Index of funclet enclosing the protected region in emitCLRExceptionTable()