Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/include/
Dlibunwind.h588 UNW_ARM_R12 = 12, enumerator
/external/llvm-project/libunwind/src/
DUnwindCursor.hpp610 _msContext.R12 = r.getRegister(UNW_ARM_R12); in UnwindCursor()
693 case UNW_ARM_R12: return _msContext.R12; in getReg()
743 case UNW_ARM_R12: _msContext.R12 = value; break; in setReg()
DRegisters.hpp2222 if (regNum >= UNW_ARM_R0 && regNum <= UNW_ARM_R12) in getRegister()
2254 if (regNum >= UNW_ARM_R0 && regNum <= UNW_ARM_R12) { in setRegister()
2307 case UNW_ARM_R12: in getRegisterName()