Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp397 LazyRuntimeFunction ExitCatchFn; member in __anon128dbe400111::CGObjCGNU
835 ExitCatchFn.init(&CGM, "__cxa_end_catch", VoidTy); in CGObjCGNUstep()
844 ExitCatchFn.init(&CGM, "objc_end_catch", VoidTy); in CGObjCGNUstep()
4028 EmitTryCatchStmt(CGF, S, EnterCatchFn, ExitCatchFn, ExceptionReThrowFn); in EmitTryStmt()