Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCrashRecoveryContext.cpp23 struct CrashRecoveryContextImpl;
26 sys::ThreadLocal<const CrashRecoveryContextImpl> > CurrentContext;
28 struct CrashRecoveryContextImpl { struct
33 const CrashRecoveryContextImpl *Next; argument
42 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) noexcept in CrashRecoveryContextImpl() function
47 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl() argument
119 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *) Impl; in ~CrashRecoveryContext()
131 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); in GetCurrent()
201 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); in ExceptionFilter()
215 const_cast<CrashRecoveryContextImpl *>(CRCI)->HandleCrash( in ExceptionFilter()
[all …]