Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp62 void HandleCrash(int RetCode, uintptr_t Context) { in HandleCrash() function
217 const_cast<CrashRecoveryContextImpl *>(CRCI)->HandleCrash( in ExceptionFilter()
297 const_cast<CrashRecoveryContextImpl *>(CRCI)->HandleCrash( in ExceptionHandler()
390 const_cast<CrashRecoveryContextImpl *>(CRCI)->HandleCrash(RetCode, Signal); in CrashRecoverySignalHandler()
444 CRCI->HandleCrash(RetCode, 0 /*no sig num*/); in HandleExit()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc23855 {"_ZN4llvm20CrashRecoveryContext11HandleCrashEv", "llvm::CrashRecoveryContext::HandleCrash()"},