Searched refs:EndCatchFn (Results 1 – 1 of 1) sorted by relevance
1323 llvm::FunctionCallee EndCatchFn; member1325 llvm::FunctionCallee EndCatchFn) in CallEndCatchForFinally()1326 : ForEHVar(ForEHVar), EndCatchFn(EndCatchFn) {} in CallEndCatchForFinally()1337 CGF.EmitRuntimeCallOrInvoke(EndCatchFn); // catch-all, so might throw in Emit()1345 llvm::FunctionCallee EndCatchFn; member1350 llvm::FunctionCallee EndCatchFn, in PerformFinally()1352 : Body(Body), ForEHVar(ForEHVar), EndCatchFn(EndCatchFn), in PerformFinally()1357 if (EndCatchFn) in Emit()1359 ForEHVar, EndCatchFn); in Emit()1400 if (EndCatchFn) { in Emit()