Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h162 UNW_X86_64_RCX = 2, enumerator
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp590 _msContext.Rcx = r.getRegister(UNW_X86_64_RCX); in UnwindCursor()
714 case UNW_X86_64_RCX: return _msContext.Rcx; in getReg()
765 case UNW_X86_64_RCX: _msContext.Rcx = value; break; in setReg()
H A DRegisters.hpp380 case UNW_X86_64_RCX: in getRegister()
427 case UNW_X86_64_RCX: in setRegister()
484 case UNW_X86_64_RCX: in getRegisterName()