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

/external/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp177 llvm::Constant *endCatchFn,
187 beginCatchFn, endCatchFn, exceptionRethrowFn);
244 if (endCatchFn) {
250 endCatchFn);
174 EmitTryCatchStmt(CodeGenFunction &CGF, const ObjCAtTryStmt &S, llvm::Constant *beginCatchFn, llvm::Constant *endCatchFn, llvm::Constant *exceptionRethrowFn) argument
H A DCGException.cpp1190 llvm::Constant *endCatchFn,
1192 assert((beginCatchFn != nullptr) == (endCatchFn != nullptr) &&
1234 ForEHVar, endCatchFn,
1187 enter(CodeGenFunction &CGF, const Stmt *body, llvm::Constant *beginCatchFn, llvm::Constant *endCatchFn, llvm::Constant *rethrowFn) argument

Completed in 308 milliseconds