Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp177 llvm::Constant *endCatchFn, in EmitTryCatchStmt() argument
187 beginCatchFn, endCatchFn, exceptionRethrowFn); in EmitTryCatchStmt()
244 if (endCatchFn) { in EmitTryCatchStmt()
250 endCatchFn); in EmitTryCatchStmt()
DCGObjCRuntime.h101 llvm::Constant *endCatchFn,
DCGException.cpp1190 llvm::Constant *endCatchFn, in enter() argument
1192 assert((beginCatchFn != nullptr) == (endCatchFn != nullptr) && in enter()
1234 ForEHVar, endCatchFn, in enter()
DCodeGenFunction.h369 llvm::Constant *beginCatchFn, llvm::Constant *endCatchFn,