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

/freebsd-13-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h155 UNW_X86_64_RSI = 4, enumerator in enum:__anon2626
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp356 case UNW_X86_64_RSI:
404 case UNW_X86_64_RSI:
458 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 42 milliseconds