| /llvm-project-15.0.7/clang/unittests/Interpreter/ExceptionTests/ |
| H A D | InterpreterExceptionTest.cpp | 77 std::string ExceptionCode = Stringify(CUSTOM_EXCEPTION); in TEST() local 78 ExceptionCode += in TEST() 127 llvm::cantFail(Interp->ParseAndExecute(ExceptionCode)); in TEST()
|
| /llvm-project-15.0.7/llvm/utils/KillTheDoctor/ |
| H A D | KillTheDoctor.cpp | 266 static StringRef ExceptionCodeToString(DWORD ExceptionCode) { in ExceptionCodeToString() argument 267 switch(ExceptionCode) { in ExceptionCodeToString() 514 Exception.ExceptionRecord.ExceptionCode) in main() 515 << " (" << Exception.ExceptionRecord.ExceptionCode << ")\n"; in main() 525 Exception.ExceptionRecord.ExceptionCode) in main() 526 << " (" << Exception.ExceptionRecord.ExceptionCode in main()
|
| /llvm-project-15.0.7/libunwind/src/ |
| H A D | Unwind-seh.cpp | 70 ms_exc->ExceptionCode, ms_exc->ExceptionFlags, in _GCC_specific_handler() 72 if (ms_exc->ExceptionCode == STATUS_GCC_UNWIND) { in _GCC_specific_handler() 88 if (ms_exc->ExceptionCode == STATUS_GCC_THROW) { in _GCC_specific_handler() 176 ms_exc->ExceptionCode = STATUS_GCC_UNWIND; in _GCC_specific_handler() 207 ms_exc.ExceptionCode = STATUS_GCC_THROW; in __libunwind_seh_personality() 383 ms_exc.ExceptionCode = STATUS_GCC_THROW; in _Unwind_Resume()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | ExceptionRecord.h | 37 m_code = record.ExceptionCode; in ExceptionRecord() 47 : m_code(record.ExceptionCode), m_continuable(record.ExceptionFlags == 0), in ExceptionRecord()
|
| H A D | DebuggerThread.cpp | 320 (info.ExceptionRecord.ExceptionCode == EXCEPTION_BREAKPOINT || in HandleExceptionEvent() 321 info.ExceptionRecord.ExceptionCode == STATUS_WX86_BREAKPOINT)) { in HandleExceptionEvent() 339 info.ExceptionRecord.ExceptionCode, thread_id); in HandleExceptionEvent()
|
| /llvm-project-15.0.7/llvm/unittests/ObjectYAML/ |
| H A D | MinidumpYAMLTest.cpp | 173 EXPECT_EQ(0x23u, Exception.ExceptionCode); in TEST() 216 EXPECT_EQ(0x23u, Exception.ExceptionCode); in TEST() 272 EXPECT_EQ(0x0u, Exception.ExceptionCode); in TEST() 323 EXPECT_EQ(0x23u, Exception.ExceptionCode); in TEST()
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_win.cpp | 68 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler() 94 if (ExceptionRecord->ExceptionCode != DBG_PRINTEXCEPTION_C) in INTERCEPTOR_WINAPI() 282 if (exception_pointers->ExceptionRecord->ExceptionCode != in ShadowExceptionHandler()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | CrashRecoveryContext.cpp | 211 int RetCode = (int)Except->ExceptionRecord->ExceptionCode; in ExceptionFilter() 270 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) in ExceptionHandler() 291 int RetCode = (int)ExceptionInfo->ExceptionRecord->ExceptionCode; in ExceptionHandler()
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/ |
| H A D | user-exception.cpp | 20 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 314 if (m_active_exception->ExceptionRecord.ExceptionCode == in RefreshStateAfterStop() 336 uint32_t signo = m_active_exception->ExceptionRecord.ExceptionCode; in RefreshStateAfterStop() 347 *stop_thread, m_active_exception->ExceptionRecord.ExceptionCode, 2, in RefreshStateAfterStop() 355 m_active_exception->ExceptionRecord.ExceptionCode, 8) in RefreshStateAfterStop()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_win.cpp | 990 if (exception_record->ExceptionCode == EXCEPTION_ACCESS_VIOLATION) in GetAddress() 996 return ((EXCEPTION_RECORD *)siginfo)->ExceptionCode == in IsMemoryAccess() 1006 if (exception_record->ExceptionCode != EXCEPTION_ACCESS_VIOLATION) in GetWriteFlag() 1029 return static_cast<const EXCEPTION_RECORD *>(siginfo)->ExceptionCode; in GetType()
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerUtilWindows.cpp | 34 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) { in ExceptionHandler()
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | Minidump.h | 233 support::ulittle32_t ExceptionCode; member
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | seh-safe-div-win32.ll | 109 ; DWORD ExceptionCode;
|
| H A D | seh-safe-div.ll | 116 ; DWORD ExceptionCode;
|
| /llvm-project-15.0.7/llvm/unittests/Object/ |
| H A D | MinidumpTest.cpp | 759 EXPECT_EQ(0x02040302u, Exception.ExceptionCode); in TEST()
|
| /llvm-project-15.0.7/lldb/unittests/Process/minidump/ |
| H A D | MinidumpParserTest.cpp | 257 ASSERT_EQ(11UL, exception_stream->ExceptionRecord.ExceptionCode); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | MinidumpYAML.cpp | 382 mapRequiredHex(IO, "Exception Code", Exception.ExceptionCode); in mapping()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Minidump/ |
| H A D | MinidumpFileBuilder.cpp | 538 exp_record.ExceptionCode = in AddException()
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | Signals.inc | 828 ep->ExceptionRecord->ExceptionCode)
|