Searched refs:ExitCatchFn (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 395 LazyRuntimeFunction ExitCatchFn; member in __anonbab9bb100111::CGObjCGNU 834 ExitCatchFn.init(&CGM, "__cxa_end_catch", VoidTy); in CGObjCGNUstep() 844 ExitCatchFn.init(&CGM, "__cxa_end_catch", VoidTy); in CGObjCGNUstep() 852 ExitCatchFn.init(&CGM, "objc_end_catch", VoidTy); in CGObjCGNUstep() 4167 EmitTryCatchStmt(CGF, S, EnterCatchFn, ExitCatchFn, ExceptionReThrowFn); in EmitTryStmt()
|