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

/external/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp171 llvm::Constant *exceptionRethrowFn) {
180 beginCatchFn, endCatchFn, exceptionRethrowFn);
167 EmitTryCatchStmt(CodeGenFunction &CGF, const ObjCAtTryStmt &S, llvm::Constant *beginCatchFn, llvm::Constant *endCatchFn, llvm::Constant *exceptionRethrowFn) argument

Completed in 50 milliseconds