Searched refs:beginCatchFn (Results 1 – 4 of 4) sorted by relevance
144 llvm::FunctionCallee beginCatchFn, in EmitTryCatchStmt() argument158 beginCatchFn, endCatchFn, exceptionRethrowFn); in EmitTryCatchStmt()245 if (beginCatchFn) in EmitTryCatchStmt()246 Exn = CGF.EmitNounwindRuntimeCall(beginCatchFn, RawExn, "exn.adjusted"); in EmitTryCatchStmt()
101 llvm::FunctionCallee beginCatchFn,
1439 llvm::FunctionCallee beginCatchFn, in enter() argument1442 assert((!!beginCatchFn) == (!!endCatchFn) && in enter()1446 BeginCatchFn = beginCatchFn; in enter()
762 llvm::FunctionCallee beginCatchFn,