Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp364 LazyRuntimeFunction ExitCatchFn; member in __anonc6edbebb0111::CGObjCGNU
755 ExitCatchFn.init(&CGM, "__cxa_end_catch", VoidTy, nullptr); in CGObjCGNUstep()
764 ExitCatchFn.init(&CGM, "objc_end_catch", VoidTy, nullptr); in CGObjCGNUstep()
2697 EmitTryCatchStmt(CGF, S, EnterCatchFn, ExitCatchFn, ExceptionReThrowFn); in EmitTryStmt()