Searched refs:BeginCatchFn (Results 1 – 2 of 2) sorted by relevance
1095 BeginCatchFn = beginCatchFn; in enter()1159 if (BeginCatchFn) { in exit()1161 CGF.EmitNounwindRuntimeCall(BeginCatchFn, exn); in exit()
341 llvm::Constant *BeginCatchFn; variable