Home
last modified time | relevance | path

Searched refs:ExceptionReThrowFn (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp391 LazyRuntimeFunction ExceptionReThrowFn; member in __anon128dbe400111::CGObjCGNU
829 ExceptionReThrowFn.init(&CGM, "objc_exception_rethrow", VoidTy); in CGObjCGNUstep()
837 ExceptionReThrowFn.init(&CGM, "_Unwind_Resume_or_Rethrow", VoidTy, in CGObjCGNUstep()
846 ExceptionReThrowFn.init(&CGM, "objc_exception_rethrow", VoidTy, PtrTy); in CGObjCGNUstep()
2235 ExceptionReThrowFn.init(&CGM, "objc_exception_throw", VoidTy, IdTy); in CGObjCGNU()
4028 EmitTryCatchStmt(CGF, S, EnterCatchFn, ExitCatchFn, ExceptionReThrowFn); in EmitTryStmt()
4054 llvm::CallBase *Throw = CGF.EmitRuntimeCallOrInvoke(ExceptionReThrowFn); in EmitThrowStmt()