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

/freebsd-12-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h160 UNW_X86_64_R9 = 9, enumerator in enum:__anon3725
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp365 case UNW_X86_64_R9:
418 case UNW_X86_64_R9:
467 case UNW_X86_64_R9:
H A DUnwindCursor.hpp550 _msContext.R9 = r.getRegister(UNW_X86_64_R9);
670 case UNW_X86_64_R9: return _msContext.R9;
720 case UNW_X86_64_R9: _msContext.R9 = value; break;

Completed in 130 milliseconds