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

/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwindCursor.hpp594 _msContext.R15 = r.getRegister(UNW_X86_64_R15);
684 if (regNum >= UNW_X86_64_RAX && regNum <= UNW_X86_64_R15) return true;
716 case UNW_X86_64_R15: return _msContext.R15;
766 case UNW_X86_64_R15: _msContext.R15 = value; break;
H A DRegisters.hpp406 case UNW_X86_64_R15:
466 case UNW_X86_64_R15:
510 case UNW_X86_64_R15:
/openbsd-current/gnu/llvm/libunwind/include/
H A Dlibunwind.h175 UNW_X86_64_R15 = 15, enumerator in enum:__anon276

Completed in 95 milliseconds