Lines Matching refs:EHCatchScope
586 EHCatchScope *CatchScope = EHStack.pushCatch(NumHandlers); in EnterCXXTryStmt()
635 EHCatchScope &catchScope = cast<EHCatchScope>(scope); in getEHDispatchBlock()
847 EHCatchScope &catchScope = cast<EHCatchScope>(*I); in EmitLandingPad()
849 EHCatchScope::Handler handler = catchScope.getHandler(hi); in EmitLandingPad()
911 static void emitCatchPadBlock(CodeGenFunction &CGF, EHCatchScope &CatchScope) { in emitCatchPadBlock()
930 const EHCatchScope::Handler &Handler = CatchScope.getHandler(I); in emitCatchPadBlock()
955 EHCatchScope &CatchScope) { in emitWasmCatchPadBlock()
981 const EHCatchScope::Handler &Handler = CatchScope.getHandler(I); in emitWasmCatchPadBlock()
1013 const EHCatchScope::Handler &Handler = CatchScope.getHandler(I); in emitWasmCatchPadBlock()
1063 EHCatchScope &catchScope) { in emitCatchDispatchBlock()
1093 const EHCatchScope::Handler &handler = catchScope.getHandler(i); in emitCatchDispatchBlock()
1143 EHCatchScope &catchScope = cast<EHCatchScope>(*EHStack.begin()); in popCatchScope()
1151 EHCatchScope &CatchScope = cast<EHCatchScope>(*EHStack.begin()); in ExitCXXTryStmt()
1167 SmallVector<EHCatchScope::Handler, 8> Handlers( in ExitCXXTryStmt()
1427 EHCatchScope *catchScope = CGF.EHStack.pushCatch(1); in enter()
1433 EHCatchScope &catchScope = cast<EHCatchScope>(*CGF.EHStack.begin()); in exit()
2076 EHCatchScope *CatchScope = EHStack.pushCatch(1); in EnterSEHTryStmt()
2111 EHCatchScope &CatchScope = cast<EHCatchScope>(*EHStack.begin()); in ExitSEHTryStmt()