Home
last modified time | relevance | path

Searched refs:ExceptionAddress (Results 1 – 11 of 11) sorted by relevance

/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp512 << Exception.ExceptionRecord.ExceptionAddress in main()
523 errs() << Exception.ExceptionRecord.ExceptionAddress in main()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMinidump.h236 support::ulittle64_t ExceptionAddress; member
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc805 ex.ExceptionAddress = reinterpret_cast<PVOID>(ctx.Eip); in WriteMinidumpForChild()
807 ex.ExceptionAddress = reinterpret_cast<PVOID>(ctx.Rip); in WriteMinidumpForChild()
/external/grpc-grpc/test/core/util/
Dtest_config.cc163 PVOID addr = exrec->ExceptionAddress; in crash_handler()
/external/libsrtp2/test/
Dcutest.h533 ptrs->ExceptionRecord->ExceptionAddress); in test_exception_filter__()
/external/deqp/framework/qphelper/
DqpCrashHandler.c224 g_crashHandler->crashAddress = (deUintptr)info->ExceptionRecord->ExceptionAddress; in unhandledExceptionFilter()
/external/libchrome/base/
Dlogging_unittest.cc249 *addr = p->ExceptionRecord->ExceptionAddress; in GetCheckExceptionData()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc818 uptr pc = (uptr)exception_record->ExceptionAddress; in Create()
/external/cronet/base/
Dlogging_unittest.cc381 *addr = p->ExceptionRecord->ExceptionAddress; in GetCheckExceptionData()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMinidumpYAML.cpp385 mapOptionalHex(IO, "Exception Address", Exception.ExceptionAddress, 0); in mapping()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1031 ULONG64 ExceptionAddress; member