Searched refs:BeginCatchFn (Results 1 – 2 of 2) sorted by relevance
1198 BeginCatchFn = beginCatchFn; in enter()1262 if (BeginCatchFn) { in exit()1264 CGF.EmitNounwindRuntimeCall(BeginCatchFn, exn); in exit()
377 llvm::Constant *BeginCatchFn; variable