Home
last modified time | relevance | path

Searched refs:ContextRecord (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-seh.cpp77 disp->ContextRecord->Rdx = ms_exc->ExceptionInformation[3]; in _GCC_specific_handler()
79 disp->ContextRecord->R1 = ms_exc->ExceptionInformation[3]; in _GCC_specific_handler()
81 disp->ContextRecord->X1 = ms_exc->ExceptionInformation[3]; in _GCC_specific_handler()
105 __unw_init_seh(&cursor, disp->ContextRecord); in _GCC_specific_handler()
219 (void *)disp_ctx->ContextRecord, (void *)disp_ctx); in __libunwind_seh_personality()
222 disp_ctx->ContextRecord, in __libunwind_seh_personality()
H A DUnwindCursor.hpp66 PCONTEXT ContextRecord; member
549 _dispContext.ContextRecord, in stepWithSEHData()
581 _dispContext.ContextRecord = &_msContext; in UnwindCursor()
684 _dispContext.ContextRecord = &_msContext; in UnwindCursor()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp55 CONTEXT *context = info->ContextRecord; in __asan_unhandled_exception_filter()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc542 extern "C" VOID WINAPI RtlCaptureContext(PCONTEXT ContextRecord);
877 memcpy(&ContextCopy, ep->ContextRecord, sizeof(ContextCopy));