Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
DUnwindCursor.hpp523 CONTEXT _msContext; member in libunwind::UnwindCursor
538 _dispContext.ContextRecord = &_msContext; in UnwindCursor()
542 _msContext.ContextFlags = CONTEXT_CONTROL|CONTEXT_INTEGER|CONTEXT_FLOATING_POINT; in UnwindCursor()
544 _msContext.Rax = r.getRegister(UNW_X86_64_RAX); in UnwindCursor()
545 _msContext.Rcx = r.getRegister(UNW_X86_64_RCX); in UnwindCursor()
546 _msContext.Rdx = r.getRegister(UNW_X86_64_RDX); in UnwindCursor()
547 _msContext.Rbx = r.getRegister(UNW_X86_64_RBX); in UnwindCursor()
548 _msContext.Rsp = r.getRegister(UNW_X86_64_RSP); in UnwindCursor()
549 _msContext.Rbp = r.getRegister(UNW_X86_64_RBP); in UnwindCursor()
550 _msContext.Rsi = r.getRegister(UNW_X86_64_RSI); in UnwindCursor()
[all …]