Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp310 static LLVM_THREAD_LOCAL const void* sCurrentExceptionHandle; variable
318 sCurrentExceptionHandle = handle; in installExceptionOrSignalHandlers()
322 PVOID currentHandle = const_cast<PVOID>(sCurrentExceptionHandle); in uninstallExceptionOrSignalHandlers()
328 sCurrentExceptionHandle = NULL; in uninstallExceptionOrSignalHandlers()