Searched refs:EndCatchFn (Results 1 – 1 of 1) sorted by relevance
1329 llvm::Value *EndCatchFn; member1330 CallEndCatchForFinally(llvm::Value *ForEHVar, llvm::Value *EndCatchFn) in CallEndCatchForFinally()1331 : ForEHVar(ForEHVar), EndCatchFn(EndCatchFn) {} in CallEndCatchForFinally()1342 CGF.EmitRuntimeCallOrInvoke(EndCatchFn); // catch-all, so might throw in Emit()1350 llvm::Value *EndCatchFn; member1355 llvm::Value *EndCatchFn, in PerformFinally()1357 : Body(Body), ForEHVar(ForEHVar), EndCatchFn(EndCatchFn), in PerformFinally()1362 if (EndCatchFn) in Emit()1364 ForEHVar, EndCatchFn); in Emit()1404 if (EndCatchFn) { in Emit()