Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp176 llvm::Constant *beginCatchFn, in EmitTryCatchStmt() argument
187 beginCatchFn, endCatchFn, exceptionRethrowFn); in EmitTryCatchStmt()
237 if (beginCatchFn) { in EmitTryCatchStmt()
238 Exn = CGF.Builder.CreateCall(beginCatchFn, RawExn, "exn.adjusted"); in EmitTryCatchStmt()
DCGObjCRuntime.h100 llvm::Constant *beginCatchFn,
DCGException.cpp1189 llvm::Constant *beginCatchFn, in enter() argument
1192 assert((beginCatchFn != nullptr) == (endCatchFn != nullptr) && in enter()
1196 BeginCatchFn = beginCatchFn; in enter()
DCodeGenFunction.h369 llvm::Constant *beginCatchFn, llvm::Constant *endCatchFn,