Home
last modified time | relevance | path

Searched refs:EndCatchFn (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGException.cpp1323 llvm::FunctionCallee EndCatchFn; member
1325 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; member
1350 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()