Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-seh.cpp133 __unw_set_reg(&cursor, UNW_REG_IP, disp->ControlPc); in _GCC_specific_handler()
177 RtlUnwindEx(frame, (PVOID)disp->ControlPc, ms_exc, exc, disp->ContextRecord, in _GCC_specific_handler()
H A DUnwindCursor.hpp68 ULONG64 ControlPc; member
550 pint_t getLastPC() const { return _dispContext.ControlPc; } in getLastPC()
551 void setLastPC(pint_t pc) { _dispContext.ControlPc = pc; } in setLastPC()
571 _dispContext.ControlPc, in stepWithSEHData()