Searched refs:EndCatchFn (Results 1 – 1 of 1) sorted by relevance
1346 llvm::FunctionCallee EndCatchFn; member1348 llvm::FunctionCallee EndCatchFn) in CallEndCatchForFinally()1349 : ForEHVar(ForEHVar), EndCatchFn(EndCatchFn) {} in CallEndCatchForFinally()1360 CGF.EmitRuntimeCallOrInvoke(EndCatchFn); // catch-all, so might throw in Emit()1368 llvm::FunctionCallee EndCatchFn; member1373 llvm::FunctionCallee EndCatchFn, in PerformFinally()1375 : Body(Body), ForEHVar(ForEHVar), EndCatchFn(EndCatchFn), in PerformFinally()1380 if (EndCatchFn) in Emit()1382 ForEHVar, EndCatchFn); in Emit()1423 if (EndCatchFn) { in Emit()