Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
DUnwind-seh.cpp165 __unw_get_reg(&cursor, UNW_X86_64_RDX, &exc->private_[3]); in _GCC_specific_handler()
DUnwindCursor.hpp546 _msContext.Rdx = r.getRegister(UNW_X86_64_RDX); in UnwindCursor()
664 case UNW_X86_64_RDX: return _msContext.Rdx; in getReg()
714 case UNW_X86_64_RDX: _msContext.Rdx = value; break; in setReg()
DRegisters.hpp354 case UNW_X86_64_RDX: in getRegister()
399 case UNW_X86_64_RDX: in setRegister()
456 case UNW_X86_64_RDX: in getRegisterName()
/external/llvm-project/libunwind/include/
Dlibunwind.h158 UNW_X86_64_RDX = 1, enumerator