Home
last modified time | relevance | path

Searched refs:beginCatchFn (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp175 llvm::Constant *beginCatchFn, in EmitTryCatchStmt() argument
186 beginCatchFn, endCatchFn, exceptionRethrowFn); in EmitTryCatchStmt()
236 if (beginCatchFn) { in EmitTryCatchStmt()
237 Exn = CGF.Builder.CreateCall(beginCatchFn, RawExn, "exn.adjusted"); in EmitTryCatchStmt()
DCGObjCRuntime.h100 llvm::Constant *beginCatchFn,
DCGException.cpp1191 llvm::Constant *beginCatchFn, in enter() argument
1194 assert((beginCatchFn != nullptr) == (endCatchFn != nullptr) && in enter()
1198 BeginCatchFn = beginCatchFn; in enter()
DCodeGenFunction.h389 llvm::Constant *beginCatchFn, llvm::Constant *endCatchFn,