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

/freebsd-12-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h155 UNW_X86_64_RSI = 4, enumerator in enum:__anon3725
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp355 case UNW_X86_64_RSI:
403 case UNW_X86_64_RSI:
457 case UNW_X86_64_RSI:
H A DUnwindCursor.hpp547 _msContext.Rsi = r.getRegister(UNW_X86_64_RSI);
667 case UNW_X86_64_RSI: return _msContext.Rsi;
717 case UNW_X86_64_RSI: _msContext.Rsi = value; break;

Completed in 168 milliseconds