Searched defs:beginCatchFn (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp174 llvm::Constant *beginCatchFn,
185 beginCatchFn, endCatchFn, exceptionRethrowFn);
235 if (beginCatchFn) {
236 Exn = CGF.Builder.CreateCall(beginCatchFn, RawExn, "exn.adjusted");
172 EmitTryCatchStmt(CodeGenFunction &CGF, const ObjCAtTryStmt &S, llvm::Constant *beginCatchFn, llvm::Constant *endCatchFn, llvm::Constant *exceptionRethrowFn) argument
H A DCGException.cpp1421 llvm::Constant *beginCatchFn,
1424 assert((beginCatchFn != 0) == (endCatchFn != 0) &&
1428 BeginCatchFn = beginCatchFn;
1419 enter(CodeGenFunction &CGF, const Stmt *body, llvm::Constant *beginCatchFn, llvm::Constant *endCatchFn, llvm::Constant *rethrowFn) argument

Completed in 149 milliseconds