Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/include/
Dlibunwind.h585 UNW_ARM_R9 = 9, enumerator
/external/llvm-project/libunwind/src/
DUnwindCursor.hpp607 _msContext.R9 = r.getRegister(UNW_ARM_R9); in UnwindCursor()
690 case UNW_ARM_R9: return _msContext.R9; in getReg()
740 case UNW_ARM_R9: _msContext.R9 = value; break; in setReg()
DRegisters.hpp2301 case UNW_ARM_R9: in getRegisterName()