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

/freebsd-12-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h159 UNW_X86_64_R8 = 8, enumerator in enum:__anon3725
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp363 case UNW_X86_64_R8:
415 case UNW_X86_64_R8:
465 case UNW_X86_64_R8:
H A DUnwindCursor.hpp549 _msContext.R8 = r.getRegister(UNW_X86_64_R8);
669 case UNW_X86_64_R8: return _msContext.R8;
719 case UNW_X86_64_R8: _msContext.R8 = value; break;

Completed in 178 milliseconds