Searched refs:beginCatchFn (Results 1 – 4 of 4) sorted by relevance
145 llvm::FunctionCallee beginCatchFn, in EmitTryCatchStmt() argument159 beginCatchFn, endCatchFn, exceptionRethrowFn); in EmitTryCatchStmt()242 if (beginCatchFn) in EmitTryCatchStmt()243 Exn = CGF.EmitNounwindRuntimeCall(beginCatchFn, RawExn, "exn.adjusted"); in EmitTryCatchStmt()
100 llvm::FunctionCallee beginCatchFn,
1411 llvm::FunctionCallee beginCatchFn, in enter() argument1414 assert((!!beginCatchFn) == (!!endCatchFn) && in enter()1418 BeginCatchFn = beginCatchFn; in enter()
715 llvm::FunctionCallee beginCatchFn,