Searched refs:endCatchFn (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGObjCRuntime.cpp | 176 llvm::Constant *endCatchFn, in EmitTryCatchStmt() argument 186 beginCatchFn, endCatchFn, exceptionRethrowFn); in EmitTryCatchStmt() 243 if (endCatchFn) { in EmitTryCatchStmt() 249 endCatchFn); in EmitTryCatchStmt()
|
D | CGObjCRuntime.h | 101 llvm::Constant *endCatchFn,
|
D | CGException.cpp | 1192 llvm::Constant *endCatchFn, in enter() argument 1194 assert((beginCatchFn != nullptr) == (endCatchFn != nullptr) && in enter() 1236 ForEHVar, endCatchFn, in enter()
|
D | CodeGenFunction.h | 389 llvm::Constant *beginCatchFn, llvm::Constant *endCatchFn,
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGObjCRuntime.cpp | 146 llvm::FunctionCallee endCatchFn, in EmitTryCatchStmt() argument 159 beginCatchFn, endCatchFn, exceptionRethrowFn); in EmitTryCatchStmt() 247 if (endCatchFn) { in EmitTryCatchStmt() 253 endCatchFn); in EmitTryCatchStmt()
|
D | CGObjCRuntime.h | 101 llvm::FunctionCallee endCatchFn,
|
D | CGException.cpp | 1380 llvm::FunctionCallee endCatchFn, in enter() argument 1382 assert((!!beginCatchFn) == (!!endCatchFn) && in enter() 1422 ForEHVar, endCatchFn, in enter()
|
D | CodeGenFunction.h | 668 llvm::FunctionCallee endCatchFn, llvm::FunctionCallee rethrowFn);
|