Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DCrashRecoveryContext.cpp24 struct CrashRecoveryContextImpl;
29 struct CrashRecoveryContextImpl { struct
34 const CrashRecoveryContextImpl *Next; argument
43 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) noexcept in CrashRecoveryContextImpl() function
48 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl() argument
120 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *) Impl; in ~CrashRecoveryContext()
216 const_cast<CrashRecoveryContextImpl *>(CRCI)->HandleCrash( in ExceptionFilter()
232 Impl = new CrashRecoveryContextImpl(this); in RunSafely()
416 CrashRecoveryContextImpl *CRCI = new CrashRecoveryContextImpl(this); in RunSafely()
438 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *)Impl; in HandleExit()
[all …]