HomeSort by relevance Sort by last modified time
    Searched refs:CrashRecoveryContextImpl (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 21 struct CrashRecoveryContextImpl;
24 sys::ThreadLocal<const CrashRecoveryContextImpl> > CurrentContext;
26 struct CrashRecoveryContextImpl {
30 // CrashRecoveryContextImpl is active per thread and this is always null.
31 const CrashRecoveryContextImpl *Next;
39 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC),
45 ~CrashRecoveryContextImpl() {
97 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *) Impl;
109 const CrashRecoveryContextImpl *CRCI = CurrentContext->get()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
CrashRecoveryContext.cpp 22 struct CrashRecoveryContextImpl;
24 static sys::ThreadLocal<const CrashRecoveryContextImpl> CurrentContext;
26 struct CrashRecoveryContextImpl {
33 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC),
37 ~CrashRecoveryContextImpl() {
79 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *) Impl;
91 const CrashRecoveryContextImpl *CRCI = CurrentContext.get();
150 const CrashRecoveryContextImpl *CRCI = CurrentContext.get();
163 const_cast<CrashRecoveryContextImpl*>(CRCI)->HandleCrash()
    [all...]

Completed in 157 milliseconds