Home
last modified time | relevance | path

Searched refs:ControlPc (Results 1 – 2 of 2) sorted by relevance

/external/libunwind_llvm/src/
DUnwind-seh.cpp118 unw_set_reg(&cursor, UNW_REG_IP, disp->ControlPc-1); in _GCC_specific_handler()
162 RtlUnwindEx(frame, (PVOID)disp->ControlPc, ms_exc, exc, ms_ctx, disp->HistoryTable); in _GCC_specific_handler()
DUnwindCursor.hpp34 ULONG64 ControlPc; member
491 pint_t getLastPC() const { return _dispContext.ControlPc; } in getLastPC()
492 void setLastPC(pint_t pc) { _dispContext.ControlPc = pc; } in setLastPC()
504 _dispContext.ControlPc, in stepWithSEHData()