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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp400 LazyRuntimeFunction ExceptionReThrowFn; member in class:__anon1739::CGObjCGNU
835 ExceptionReThrowFn.init(&CGM, "objc_exception_rethrow", VoidTy);
843 ExceptionReThrowFn.init(&CGM, "_Unwind_Resume_or_Rethrow", VoidTy,
852 ExceptionReThrowFn.init(&CGM, "objc_exception_rethrow", VoidTy, PtrTy);
2223 ExceptionReThrowFn.init(&CGM, "objc_exception_throw", VoidTy, IdTy);
3943 EmitTryCatchStmt(CGF, S, EnterCatchFn, ExitCatchFn, ExceptionReThrowFn);
3969 llvm::CallBase *Throw = CGF.EmitRuntimeCallOrInvoke(ExceptionReThrowFn);

Completed in 60 milliseconds