Home
last modified time | relevance | path

Searched refs:endCatchFn (Results 1 – 8 of 8) 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,
/external/llvm-project/clang/lib/CodeGen/
DCGObjCRuntime.cpp146 llvm::FunctionCallee endCatchFn, in EmitTryCatchStmt() argument
159 beginCatchFn, endCatchFn, exceptionRethrowFn); in EmitTryCatchStmt()
247 if (endCatchFn) { in EmitTryCatchStmt()
253 endCatchFn); in EmitTryCatchStmt()
DCGObjCRuntime.h101 llvm::FunctionCallee endCatchFn,
DCGException.cpp1380 llvm::FunctionCallee endCatchFn, in enter() argument
1382 assert((!!beginCatchFn) == (!!endCatchFn) && in enter()
1422 ForEHVar, endCatchFn, in enter()
DCodeGenFunction.h668 llvm::FunctionCallee endCatchFn, llvm::FunctionCallee rethrowFn);