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

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp343 LazyRuntimeFunction ExceptionReThrowFn; member in class:__anon17845::CGObjCGNU
716 ExceptionReThrowFn.init(&CGM, "_Unwind_Resume_or_Rethrow", VoidTy,
725 ExceptionReThrowFn.init(&CGM, "objc_exception_rethrow", VoidTy,
950 ExceptionReThrowFn.init(&CGM, "objc_exception_throw", VoidTy, IdTy, nullptr);
2653 EmitTryCatchStmt(CGF, S, EnterCatchFn, ExitCatchFn, ExceptionReThrowFn);

Completed in 135 milliseconds