Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Interpreter/ExceptionTests/
H A DInterpreterExceptionTest.cpp77 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 DKillTheDoctor.cpp266 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 DUnwind-seh.cpp70 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 DExceptionRecord.h37 m_code = record.ExceptionCode; in ExceptionRecord()
47 : m_code(record.ExceptionCode), m_continuable(record.ExceptionFlags == 0), in ExceptionRecord()
H A DDebuggerThread.cpp320 (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 DMinidumpYAMLTest.cpp173 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 Dasan_win.cpp68 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 DCrashRecoveryContext.cpp211 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 Duser-exception.cpp20 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler()
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp314 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 Dsanitizer_win.cpp990 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 DFuzzerUtilWindows.cpp34 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) { in ExceptionHandler()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMinidump.h233 support::ulittle32_t ExceptionCode; member
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dseh-safe-div-win32.ll109 ; DWORD ExceptionCode;
H A Dseh-safe-div.ll116 ; DWORD ExceptionCode;
/llvm-project-15.0.7/llvm/unittests/Object/
H A DMinidumpTest.cpp759 EXPECT_EQ(0x02040302u, Exception.ExceptionCode); in TEST()
/llvm-project-15.0.7/lldb/unittests/Process/minidump/
H A DMinidumpParserTest.cpp257 ASSERT_EQ(11UL, exception_stream->ExceptionRecord.ExceptionCode); in TEST_F()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp382 mapRequiredHex(IO, "Exception Code", Exception.ExceptionCode); in mapping()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp538 exp_record.ExceptionCode = in AddException()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DSignals.inc828 ep->ExceptionRecord->ExceptionCode)