Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp397 LazyRuntimeFunction ExitCatchFn; member in __anonaf5ecb460111::CGObjCGNU
835 ExitCatchFn.init(&CGM, "__cxa_end_catch", VoidTy); in CGObjCGNUstep()
845 ExitCatchFn.init(&CGM, "__cxa_end_catch", VoidTy); in CGObjCGNUstep()
853 ExitCatchFn.init(&CGM, "objc_end_catch", VoidTy); in CGObjCGNUstep()
4168 EmitTryCatchStmt(CGF, S, EnterCatchFn, ExitCatchFn, ExceptionReThrowFn); in EmitTryStmt()