Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/include/
Dlibunwind.h161 UNW_X86_64_RSI = 4, enumerator
/external/llvm-project/libunwind/src/
DUnwindCursor.hpp550 _msContext.Rsi = r.getRegister(UNW_X86_64_RSI); in UnwindCursor()
670 case UNW_X86_64_RSI: return _msContext.Rsi; in getReg()
720 case UNW_X86_64_RSI: _msContext.Rsi = value; break; in setReg()
DRegisters.hpp360 case UNW_X86_64_RSI: in getRegister()
408 case UNW_X86_64_RSI: in setRegister()
462 case UNW_X86_64_RSI: in getRegisterName()