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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp259 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) argument
264 switch (ExceptionInfo->ExceptionRecord->ExceptionCode)
285 int RetCode = (int)ExceptionInfo->ExceptionRecord->ExceptionCode;
291 RetCode, reinterpret_cast<uintptr_t>(ExceptionInfo));
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp274 zx_exception_info_t ExceptionInfo; local
276 ExitOnErr(_zx_channel_read(Channel.Handle, 0, &ExceptionInfo,
277 &Exception.Handle, sizeof(ExceptionInfo), 1,
282 if (ZX_EXCP_THREAD_STARTING == ExceptionInfo.type ||
283 ZX_EXCP_THREAD_EXITING == ExceptionInfo.type ||
284 ZX_EXCP_PROCESS_STARTING == ExceptionInfo.type) {
H A DFuzzerUtilWindows.cpp33 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) { argument
34 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) {

Completed in 109 milliseconds