Searched refs:BeginCatchFn (Results 1 – 2 of 2) sorted by relevance
1099 BeginCatchFn = beginCatchFn; in enter()1163 if (BeginCatchFn) { in exit()1165 CGF.EmitNounwindRuntimeCall(BeginCatchFn, exn); in exit()
356 llvm::Constant *BeginCatchFn; variable