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

/freebsd-12-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h582 UNW_ARM_R12 = 12, enumerator in enum:__anon3729
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp2215 if (regNum >= UNW_ARM_R0 && regNum <= UNW_ARM_R12)
2247 if (regNum >= UNW_ARM_R0 && regNum <= UNW_ARM_R12) {
2300 case UNW_ARM_R12:
H A DUnwindCursor.hpp607 _msContext.R12 = r.getRegister(UNW_ARM_R12);
690 case UNW_ARM_R12: return _msContext.R12;
740 case UNW_ARM_R12: _msContext.R12 = value; break;

Completed in 121 milliseconds