Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp23 struct CrashRecoveryContextImpl;
24 static LLVM_THREAD_LOCAL const CrashRecoveryContextImpl *CurrentContext;
26 struct CrashRecoveryContextImpl { struct
31 const CrashRecoveryContextImpl *Next; argument
40 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) noexcept in CrashRecoveryContextImpl() function
45 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl() argument
121 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 …]