Searched refs:beginCatchFn (Results 1 – 4 of 4) sorted by relevance
142 llvm::FunctionCallee beginCatchFn, in EmitTryCatchStmt() argument156 beginCatchFn, endCatchFn, exceptionRethrowFn); in EmitTryCatchStmt()244 if (beginCatchFn) in EmitTryCatchStmt()245 Exn = CGF.EmitNounwindRuntimeCall(beginCatchFn, RawExn, "exn.adjusted"); in EmitTryCatchStmt()
100 llvm::FunctionCallee beginCatchFn,
1440 llvm::FunctionCallee beginCatchFn, in enter() argument1443 assert((!!beginCatchFn) == (!!endCatchFn) && in enter()1447 BeginCatchFn = beginCatchFn; in enter()
889 llvm::FunctionCallee beginCatchFn,