Searched refs:beginCatchFn (Results 1 – 4 of 4) sorted by relevance
175 llvm::Constant *beginCatchFn, in EmitTryCatchStmt() argument186 beginCatchFn, endCatchFn, exceptionRethrowFn); in EmitTryCatchStmt()236 if (beginCatchFn) { in EmitTryCatchStmt()237 Exn = CGF.Builder.CreateCall(beginCatchFn, RawExn, "exn.adjusted"); in EmitTryCatchStmt()
100 llvm::Constant *beginCatchFn,
1191 llvm::Constant *beginCatchFn, in enter() argument1194 assert((beginCatchFn != nullptr) == (endCatchFn != nullptr) && in enter()1198 BeginCatchFn = beginCatchFn; in enter()
389 llvm::Constant *beginCatchFn, llvm::Constant *endCatchFn,