Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp394 LazyRuntimeFunction ExitCatchFn; member in __anonbab9bb100111::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()
4258 EmitTryCatchStmt(CGF, S, EnterCatchFn, ExitCatchFn, ExceptionReThrowFn); in EmitTryStmt()