Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp91 static LLVM_THREAD_LOCAL const CrashRecoveryContext *IsRecoveringFromCrash; variable
110 const CrashRecoveryContext *PC = IsRecoveringFromCrash; in ~CrashRecoveryContext()
111 IsRecoveringFromCrash = this; in ~CrashRecoveryContext()
119 IsRecoveringFromCrash = PC; in ~CrashRecoveryContext()
126 return IsRecoveringFromCrash != nullptr; in isRecoveringFromCrash()