Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DCrashRecoveryContext.cpp21 struct CrashRecoveryContextImpl;
24 sys::ThreadLocal<const CrashRecoveryContextImpl> > CurrentContext;
26 struct CrashRecoveryContextImpl { struct
31 const CrashRecoveryContextImpl *Next; argument
40 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), in CrashRecoveryContextImpl() argument
46 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl() argument
98 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *) Impl; in ~CrashRecoveryContext()
110 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); in GetCurrent()
169 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); in ExceptionHandler()
182 const_cast<CrashRecoveryContextImpl*>(CRCI)->HandleCrash(); in ExceptionHandler()
[all …]