Searched refs:ExceptionReThrowFn (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 390 LazyRuntimeFunction ExceptionReThrowFn; member in __anon90b381c40111::CGObjCGNU 828 ExceptionReThrowFn.init(&CGM, "objc_exception_rethrow", VoidTy); in CGObjCGNUstep() 836 ExceptionReThrowFn.init(&CGM, "_Unwind_Resume_or_Rethrow", VoidTy, in CGObjCGNUstep() 845 ExceptionReThrowFn.init(&CGM, "objc_exception_rethrow", VoidTy, PtrTy); in CGObjCGNUstep() 2227 ExceptionReThrowFn.init(&CGM, "objc_exception_throw", VoidTy, IdTy); in CGObjCGNU() 3946 EmitTryCatchStmt(CGF, S, EnterCatchFn, ExitCatchFn, ExceptionReThrowFn); in EmitTryStmt() 3972 llvm::CallBase *Throw = CGF.EmitRuntimeCallOrInvoke(ExceptionReThrowFn); in EmitThrowStmt()
|