Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
DUnwindCursor.hpp483 DISPATCHER_CONTEXT *getDispatcherContext() { return &_dispContext; } in getDispatcherContext()
484 void setDispatcherContext(DISPATCHER_CONTEXT *disp) { _dispContext = *disp; } in setDispatcherContext()
492 pint_t getLastPC() const { return _dispContext.ControlPc; } in getLastPC()
493 void setLastPC(pint_t pc) { _dispContext.ControlPc = pc; } in setLastPC()
495 _dispContext.FunctionEntry = RtlLookupFunctionEntry(pc, in lookUpSEHUnwindInfo()
496 &_dispContext.ImageBase, in lookUpSEHUnwindInfo()
497 _dispContext.HistoryTable); in lookUpSEHUnwindInfo()
498 *base = _dispContext.ImageBase; in lookUpSEHUnwindInfo()
499 return _dispContext.FunctionEntry; in lookUpSEHUnwindInfo()
503 _dispContext.LanguageHandler = RtlVirtualUnwind(UNW_FLAG_UHANDLER, in stepWithSEHData()
[all …]