Searched refs:ExceptionReThrowFn (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 358 LazyRuntimeFunction ExceptionReThrowFn; member in __anonc6edbebb0111::CGObjCGNU 757 ExceptionReThrowFn.init(&CGM, "_Unwind_Resume_or_Rethrow", VoidTy, in CGObjCGNUstep() 766 ExceptionReThrowFn.init(&CGM, "objc_exception_rethrow", VoidTy, in CGObjCGNUstep() 993 ExceptionReThrowFn.init(&CGM, "objc_exception_throw", VoidTy, IdTy, nullptr); in CGObjCGNU() 2697 EmitTryCatchStmt(CGF, S, EnterCatchFn, ExitCatchFn, ExceptionReThrowFn); in EmitTryStmt()
|