Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DCrashRecoveryContext.cpp265 PVOID currentHandle = const_cast<PVOID>(sCurrentExceptionHandle.get()); in uninstallExceptionOrSignalHandlers() local
266 if (currentHandle) { in uninstallExceptionOrSignalHandlers()
268 ::RemoveVectoredExceptionHandler(currentHandle); in uninstallExceptionOrSignalHandlers()