Searched refs:CrashRecoveryContextImpl (Results 1 – 1 of 1) sorted by relevance
23 struct CrashRecoveryContextImpl;24 static LLVM_THREAD_LOCAL const CrashRecoveryContextImpl *CurrentContext;26 struct CrashRecoveryContextImpl { struct31 const CrashRecoveryContextImpl *Next; argument40 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) noexcept in CrashRecoveryContextImpl() function45 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl() argument121 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *) Impl; in ~CrashRecoveryContext()133 const CrashRecoveryContextImpl *CRCI = CurrentContext; in GetCurrent()203 const CrashRecoveryContextImpl *CRCI = CurrentContext; in ExceptionFilter()217 const_cast<CrashRecoveryContextImpl *>(CRCI)->HandleCrash( in ExceptionFilter()[all …]