Searched refs:EndCatchFn (Results 1 – 1 of 1) sorted by relevance
1345 llvm::FunctionCallee EndCatchFn; member1347 llvm::FunctionCallee EndCatchFn) in CallEndCatchForFinally()1348 : ForEHVar(ForEHVar), EndCatchFn(EndCatchFn) {} in CallEndCatchForFinally()1359 CGF.EmitRuntimeCallOrInvoke(EndCatchFn); // catch-all, so might throw in Emit()1367 llvm::FunctionCallee EndCatchFn; member1372 llvm::FunctionCallee EndCatchFn, in PerformFinally()1374 : Body(Body), ForEHVar(ForEHVar), EndCatchFn(EndCatchFn), in PerformFinally()1379 if (EndCatchFn) in Emit()1381 ForEHVar, EndCatchFn); in Emit()1422 if (EndCatchFn) { in Emit()