Searched refs:beginCatchFn (Results 1 – 4 of 4) sorted by relevance
176 llvm::Constant *beginCatchFn, in EmitTryCatchStmt() argument187 beginCatchFn, endCatchFn, exceptionRethrowFn); in EmitTryCatchStmt()237 if (beginCatchFn) { in EmitTryCatchStmt()238 Exn = CGF.Builder.CreateCall(beginCatchFn, RawExn, "exn.adjusted"); in EmitTryCatchStmt()
100 llvm::Constant *beginCatchFn,
1189 llvm::Constant *beginCatchFn, in enter() argument1192 assert((beginCatchFn != nullptr) == (endCatchFn != nullptr) && in enter()1196 BeginCatchFn = beginCatchFn; in enter()
369 llvm::Constant *beginCatchFn, llvm::Constant *endCatchFn,