Home
last modified time | relevance | path

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

/external/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() argument
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()
232 const CrashRecoveryContextImpl *CRCI = CurrentContext.get(); in CrashRecoverySignalHandler()
[all …]