Home
last modified time | relevance | path

Searched refs:CrashRecoveryContextImpl (Results 1 – 2 of 2) 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
39 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), in CrashRecoveryContextImpl() function
45 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl() argument
97 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *) Impl; in ~CrashRecoveryContext()
109 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); in GetCurrent()
168 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); in ExceptionHandler()
181 const_cast<CrashRecoveryContextImpl*>(CRCI)->HandleCrash(); in ExceptionHandler()
[all …]
/external/swiftshader/third_party/LLVM/lib/Support/
DCrashRecoveryContext.cpp22 struct CrashRecoveryContextImpl;
24 static sys::ThreadLocal<const CrashRecoveryContextImpl> CurrentContext;
26 struct CrashRecoveryContextImpl { struct
33 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), in CrashRecoveryContextImpl() function
37 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl() argument
79 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *) Impl; in ~CrashRecoveryContext()
91 const CrashRecoveryContextImpl *CRCI = CurrentContext.get(); in GetCurrent()
150 const CrashRecoveryContextImpl *CRCI = CurrentContext.get(); in ExceptionHandler()
163 const_cast<CrashRecoveryContextImpl*>(CRCI)->HandleCrash(); in ExceptionHandler()
233 const CrashRecoveryContextImpl *CRCI = CurrentContext.get(); in CrashRecoverySignalHandler()
[all …]