Searched refs:ExceptionInfo (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerUtilFuchsia.cpp | 310 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 D | FuzzerUtilWindows.cpp | 38 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) { in ExceptionHandler() argument 39 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) { in ExceptionHandler()
|
| /src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | CrashRecoveryContext.cpp | 266 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()
|
| /src/sys/contrib/dev/acpica/compiler/ |
| H A D | aslutils.c | 1120 const ACPI_EXCEPTION_INFO *ExceptionInfo; in UtDoConstant() local 1126 ExceptionInfo = AcpiUtValidateException ((ACPI_STATUS) Status); in UtDoConstant() 1128 ExceptionInfo->Description); in UtDoConstant()
|
| /src/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Signals.inc | 752 WriteWindowsDumpFile(PMINIDUMP_EXCEPTION_INFORMATION ExceptionInfo) { 830 FileHandle, DumpType, ExceptionInfo, NULL, NULL)) 863 MINIDUMP_EXCEPTION_INFORMATION ExceptionInfo; 864 ExceptionInfo.ThreadId = ::GetCurrentThreadId(); 865 ExceptionInfo.ExceptionPointers = ep; 866 ExceptionInfo.ClientPointers = FALSE; 868 if (std::error_code EC = WriteWindowsDumpFile(&ExceptionInfo))
|
| /src/contrib/llvm-project/llvm/lib/MC/ |
| H A D | XCOFFObjectWriter.cpp | 238 struct ExceptionInfo { struct 245 std::map<const StringRef, ExceptionInfo> ExceptionTable; 1376 ExceptionInfo NewEntry; in addExceptionEntry() 1382 std::pair<const StringRef, ExceptionInfo>(Symbol->getName(), NewEntry)); in addExceptionEntry()
|
| /src/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 7922 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()
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Builtins.td | 2366 def ExceptionInfo : MSLangBuiltin {
|