Searched defs:ExitCatchFn (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp349 LazyRuntimeFunction ExitCatchFn; member in class:__anon17845::CGObjCGNU
714 ExitCatchFn.init(&CGM, "__cxa_end_catch", VoidTy, nullptr);
723 ExitCatchFn.init(&CGM, "objc_end_catch", VoidTy, nullptr);
2653 EmitTryCatchStmt(CGF, S, EnterCatchFn, ExitCatchFn, ExceptionReThrowFn);

Completed in 84 milliseconds