Searched refs:ExceptionReThrowFn (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 389 LazyRuntimeFunction ExceptionReThrowFn; member in __anonbab9bb100111::CGObjCGNU 836 ExceptionReThrowFn.init(&CGM, "__cxa_rethrow", PtrTy); in CGObjCGNUstep() 839 ExceptionReThrowFn.init(&CGM, "objc_exception_rethrow", VoidTy); in CGObjCGNUstep() 846 ExceptionReThrowFn.init(&CGM, "_Unwind_Resume_or_Rethrow", VoidTy, in CGObjCGNUstep() 854 ExceptionReThrowFn.init(&CGM, "objc_exception_rethrow", VoidTy, PtrTy); in CGObjCGNUstep() 2345 ExceptionReThrowFn.init(&CGM, in CGObjCGNU() 4167 EmitTryCatchStmt(CGF, S, EnterCatchFn, ExitCatchFn, ExceptionReThrowFn); in EmitTryStmt() 4193 llvm::CallBase *Throw = CGF.EmitRuntimeCallOrInvoke(ExceptionReThrowFn); in EmitThrowStmt()
|