Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp310 zx_exception_info_t ExceptionInfo; in CrashHandler() local
312 ExitOnErr(_zx_channel_read(Channel.Handle, 0, &ExceptionInfo, in CrashHandler()
313 &Exception.Handle, sizeof(ExceptionInfo), 1, in CrashHandler()
318 if (ZX_EXCP_THREAD_STARTING == ExceptionInfo.type || in CrashHandler()
319 ZX_EXCP_THREAD_EXITING == ExceptionInfo.type || in CrashHandler()
320 ZX_EXCP_PROCESS_STARTING == ExceptionInfo.type) { in CrashHandler()
H A DFuzzerUtilWindows.cpp33 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) { in ExceptionHandler() argument
34 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) { in ExceptionHandler()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp266 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) in ExceptionHandler() argument
271 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) in ExceptionHandler()
292 int RetCode = (int)ExceptionInfo->ExceptionRecord->ExceptionCode; in ExceptionHandler()
298 RetCode, reinterpret_cast<uintptr_t>(ExceptionInfo)); in ExceptionHandler()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslutils.c1120 const ACPI_EXCEPTION_INFO *ExceptionInfo; in UtDoConstant() local
1126 ExceptionInfo = AcpiUtValidateException ((ACPI_STATUS) Status); in UtDoConstant()
1128 ExceptionInfo->Description); in UtDoConstant()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc747 WriteWindowsDumpFile(PMINIDUMP_EXCEPTION_INFORMATION ExceptionInfo) {
825 FileHandle, DumpType, ExceptionInfo, NULL, NULL))
858 MINIDUMP_EXCEPTION_INFORMATION ExceptionInfo;
859 ExceptionInfo.ThreadId = ::GetCurrentThreadId();
860 ExceptionInfo.ExceptionPointers = ep;
861 ExceptionInfo.ClientPointers = FALSE;
863 if (std::error_code EC = WriteWindowsDumpFile(&ExceptionInfo))
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp239 struct ExceptionInfo { struct
246 std::map<const StringRef, ExceptionInfo> ExceptionTable;
1314 ExceptionInfo NewEntry; in addExceptionEntry()
1320 std::pair<const StringRef, ExceptionInfo>(Symbol->getName(), NewEntry)); in addExceptionEntry()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp7922 static LONG CALLBACK handleVectoredException(PEXCEPTION_POINTERS ExceptionInfo);
10664 … LONG CALLBACK FatalConditionHandler::handleVectoredException(PEXCEPTION_POINTERS ExceptionInfo) { in handleVectoredException() argument
10666 if (ExceptionInfo->ExceptionRecord->ExceptionCode == def.id) { in handleVectoredException()