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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp25 struct CrashRecoveryContextImpl;
28 sys::ThreadLocal<const CrashRecoveryContextImpl> > CurrentContext;
30 struct CrashRecoveryContextImpl { struct in namespace:__anon4844
34 // CrashRecoveryContextImpl is active per thread and this is always null.
35 const CrashRecoveryContextImpl *Next;
44 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) noexcept
49 ~CrashRecoveryContextImpl() {
114 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *) Impl;
126 const CrashRecoveryContextImpl *CRC
[all...]

Completed in 99 milliseconds