Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/include/
Dlibunwind.h159 UNW_X86_64_RCX = 2, enumerator
/external/llvm-project/libunwind/src/
DUnwindCursor.hpp545 _msContext.Rcx = r.getRegister(UNW_X86_64_RCX); in UnwindCursor()
665 case UNW_X86_64_RCX: return _msContext.Rcx; in getReg()
715 case UNW_X86_64_RCX: _msContext.Rcx = value; break; in setReg()
DRegisters.hpp356 case UNW_X86_64_RCX: in getRegister()
402 case UNW_X86_64_RCX: in setRegister()
458 case UNW_X86_64_RCX: in getRegisterName()