Searched refs:EndCatchFn (Results 1 – 1 of 1) sorted by relevance
1328 llvm::Value *EndCatchFn; member1329 CallEndCatchForFinally(llvm::Value *ForEHVar, llvm::Value *EndCatchFn) in CallEndCatchForFinally()1330 : ForEHVar(ForEHVar), EndCatchFn(EndCatchFn) {} in CallEndCatchForFinally()1341 CGF.EmitRuntimeCallOrInvoke(EndCatchFn); // catch-all, so might throw in Emit()1349 llvm::Value *EndCatchFn; member1354 llvm::Value *EndCatchFn, in PerformFinally()1356 : Body(Body), ForEHVar(ForEHVar), EndCatchFn(EndCatchFn), in PerformFinally()1361 if (EndCatchFn) in Emit()1363 ForEHVar, EndCatchFn); in Emit()1403 if (EndCatchFn) { in Emit()