Searched refs:EndCatchFn (Results 1 – 1 of 1) sorted by relevance
1098 llvm::Value *EndCatchFn; member1099 CallEndCatchForFinally(llvm::Value *ForEHVar, llvm::Value *EndCatchFn) in CallEndCatchForFinally()1100 : ForEHVar(ForEHVar), EndCatchFn(EndCatchFn) {} in CallEndCatchForFinally()1111 CGF.EmitRuntimeCallOrInvoke(EndCatchFn); // catch-all, so might throw in Emit()1119 llvm::Value *EndCatchFn; member1124 llvm::Value *EndCatchFn, in PerformFinally()1126 : Body(Body), ForEHVar(ForEHVar), EndCatchFn(EndCatchFn), in PerformFinally()1131 if (EndCatchFn) in Emit()1133 ForEHVar, EndCatchFn); in Emit()1173 if (EndCatchFn) { in Emit()