Searched refs:beginCatchFn (Results 1 – 4 of 4) sorted by relevance
145 llvm::FunctionCallee beginCatchFn, in EmitTryCatchStmt() argument159 beginCatchFn, endCatchFn, exceptionRethrowFn); in EmitTryCatchStmt()241 if (beginCatchFn) in EmitTryCatchStmt()242 Exn = CGF.EmitNounwindRuntimeCall(beginCatchFn, RawExn, "exn.adjusted"); in EmitTryCatchStmt()
101 llvm::FunctionCallee beginCatchFn,
1417 llvm::FunctionCallee beginCatchFn, in enter() argument1420 assert((!!beginCatchFn) == (!!endCatchFn) && in enter()1424 BeginCatchFn = beginCatchFn; in enter()
753 llvm::FunctionCallee beginCatchFn,