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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp403 LazyRuntimeFunction EnterCatchFn; member in class:__anon1739::CGObjCGNU
839 EnterCatchFn.init(&CGM, "__cxa_begin_catch", PtrTy, PtrTy);
848 EnterCatchFn.init(&CGM, "objc_begin_catch", IdTy, PtrTy);
3943 EmitTryCatchStmt(CGF, S, EnterCatchFn, ExitCatchFn, ExceptionReThrowFn);

Completed in 112 milliseconds