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