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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp66 void HandleCrash(int RetCode, uintptr_t Context) { function in struct:__anon4844::CrashRecoveryContextImpl
210 const_cast<CrashRecoveryContextImpl *>(CRCI)->HandleCrash(
290 const_cast<CrashRecoveryContextImpl *>(CRCI)->HandleCrash(
293 // Note that we don't actually get here because HandleCrash calls
294 // longjmp, which means the HandleCrash function never returns.
331 // crash recovery context, and install signal handlers to invoke HandleCrash on
382 const_cast<CrashRecoveryContextImpl *>(CRCI)->HandleCrash(RetCode, Signal);
431 // HandleCrash(), then longjmp will unwind the stack for us.
434 CRCI->HandleCrash(RetCode, 0 /*no sig num*/);

Completed in 103 milliseconds