Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp176 llvm::Constant *endCatchFn, in EmitTryCatchStmt() argument
186 beginCatchFn, endCatchFn, exceptionRethrowFn); in EmitTryCatchStmt()
243 if (endCatchFn) { in EmitTryCatchStmt()
249 endCatchFn); in EmitTryCatchStmt()
DCGObjCRuntime.h101 llvm::Constant *endCatchFn,
DCGException.cpp1192 llvm::Constant *endCatchFn, in enter() argument
1194 assert((beginCatchFn != nullptr) == (endCatchFn != nullptr) && in enter()
1236 ForEHVar, endCatchFn, in enter()
DCodeGenFunction.h389 llvm::Constant *beginCatchFn, llvm::Constant *endCatchFn,