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

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp343 LazyRuntimeFunction ExceptionReThrowFn; member in class:__anon15214::CGObjCGNU
733 ExceptionReThrowFn.init(&CGM, "_Unwind_Resume_or_Rethrow", VoidTy,
742 ExceptionReThrowFn.init(&CGM, "objc_exception_rethrow", VoidTy,
972 ExceptionReThrowFn.init(&CGM, "objc_exception_throw", VoidTy, IdTy, NULL);
2697 EmitTryCatchStmt(CGF, S, EnterCatchFn, ExitCatchFn, ExceptionReThrowFn);

Completed in 143 milliseconds