Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp388 LazyRuntimeFunction ExceptionReThrowFn; member in __anonbab9bb100111::CGObjCGNU
837 ExceptionReThrowFn.init(&CGM, "__cxa_rethrow", PtrTy); in CGObjCGNUstep()
840 ExceptionReThrowFn.init(&CGM, "objc_exception_rethrow", VoidTy); in CGObjCGNUstep()
847 ExceptionReThrowFn.init(&CGM, "_Unwind_Resume_or_Rethrow", VoidTy, in CGObjCGNUstep()
855 ExceptionReThrowFn.init(&CGM, "objc_exception_rethrow", VoidTy, PtrTy); in CGObjCGNUstep()
2449 ExceptionReThrowFn.init(&CGM, in CGObjCGNU()
4258 EmitTryCatchStmt(CGF, S, EnterCatchFn, ExitCatchFn, ExceptionReThrowFn); in EmitTryStmt()
4284 llvm::CallBase *Throw = CGF.EmitRuntimeCallOrInvoke(ExceptionReThrowFn); in EmitThrowStmt()