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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp356 LazyRuntimeFunction ExitCatchFn; member in class:__anon3800::CGObjCGNU
724 ExitCatchFn.init(&CGM, "__cxa_end_catch", VoidTy, nullptr);
733 ExitCatchFn.init(&CGM, "objc_end_catch", VoidTy, nullptr);
2687 EmitTryCatchStmt(CGF, S, EnterCatchFn, ExitCatchFn, ExceptionReThrowFn);

Completed in 110 milliseconds