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

/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DCrashRecoveryContext.cpp41 void HandleCrash() { function in struct:__anon10363::CrashRecoveryContextImpl
163 const_cast<CrashRecoveryContextImpl*>(CRCI)->HandleCrash();
165 // Note that we don't actually get here because HandleCrash calls
166 // longjmp, which means the HandleCrash function never returns.
217 // crash recovery context, and install signal handlers to invoke HandleCrash on
259 const_cast<CrashRecoveryContextImpl*>(CRCI)->HandleCrash();
312 void CrashRecoveryContext::HandleCrash() { function in class:CrashRecoveryContext
315 CRCI->HandleCrash();
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DCrashRecoveryContext.h74 /// function crashed (or HandleCrash was called explicitly). Clients should
90 void HandleCrash();

Completed in 168 milliseconds