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

/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwindCursor.hpp645 _msContext.R12 = r.getRegister(UNW_ARM_R12);
730 case UNW_ARM_R12: return _msContext.R12;
780 case UNW_ARM_R12: _msContext.R12 = value; break;
H A DRegisters.hpp2282 if (regNum >= UNW_ARM_R0 && regNum <= UNW_ARM_R12)
2319 if (regNum >= UNW_ARM_R0 && regNum <= UNW_ARM_R12) {
2377 case UNW_ARM_R12:
/openbsd-current/gnu/llvm/libunwind/include/
H A Dlibunwind.h665 UNW_ARM_R12 = 12, enumerator in enum:__anon280

Completed in 86 milliseconds