Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp361 LazyRuntimeFunction EnterCatchFn; member in __anonc6edbebb0111::CGObjCGNU
753 EnterCatchFn.init(&CGM, "__cxa_begin_catch", PtrTy, PtrTy, nullptr); in CGObjCGNUstep()
762 EnterCatchFn.init(&CGM, "objc_begin_catch", IdTy, PtrTy, nullptr); in CGObjCGNUstep()
2697 EmitTryCatchStmt(CGF, S, EnterCatchFn, ExitCatchFn, ExceptionReThrowFn); in EmitTryStmt()