reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Support/CrashRecoveryContext.cpp
   20 struct CrashRecoveryContextImpl;

References

lib/Support/CrashRecoveryContext.cpp
   23     sys::ThreadLocal<const CrashRecoveryContextImpl> > CurrentContext;
   30   const CrashRecoveryContextImpl *Next;
   99   CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *) Impl;
  111   const CrashRecoveryContextImpl *CRCI = CurrentContext->get();
  296   const CrashRecoveryContextImpl *CRCI = CurrentContext->get();
  350     CrashRecoveryContextImpl *CRCI = new CrashRecoveryContextImpl(this);
  350     CrashRecoveryContextImpl *CRCI = new CrashRecoveryContextImpl(this);
  365   CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *) Impl;
  411   if (CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *)Impl)