Searched defs:CrashRecoveryContextImpl (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A DCrashRecoveryContext.cpp21 struct CrashRecoveryContextImpl;
24 sys::ThreadLocal<const CrashRecoveryContextImpl> > CurrentContext;
26 struct CrashRecoveryContextImpl { struct in namespace:__anon12397
30 // CrashRecoveryContextImpl is active per thread and this is always null.
31 const CrashRecoveryContextImpl *Next;
40 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), function in struct:__anon12397::CrashRecoveryContextImpl
46 ~CrashRecoveryContextImpl() {
98 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *) Impl;
110 const CrashRecoveryContextImpl *CRC
[all...]

Completed in 70 milliseconds