Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp89 static bool gCrashRecoveryEnabled = false; variable
130 if (!gCrashRecoveryEnabled) in GetCurrent()
143 if (gCrashRecoveryEnabled) in Enable()
145 gCrashRecoveryEnabled = true; in Enable()
151 if (!gCrashRecoveryEnabled) in Disable()
153 gCrashRecoveryEnabled = false; in Disable()
228 if (!gCrashRecoveryEnabled) { in RunSafely()
415 if (gCrashRecoveryEnabled) { in RunSafely()