Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/include/
Dlibunwind.h583 UNW_ARM_R7 = 7, enumerator
/external/llvm-project/libunwind/src/
DUnwindCursor.hpp605 _msContext.R7 = r.getRegister(UNW_ARM_R7); in UnwindCursor()
688 case UNW_ARM_R7: return _msContext.R7; in getReg()
738 case UNW_ARM_R7: _msContext.R7 = value; break; in setReg()
DRegisters.hpp2297 case UNW_ARM_R7: in getRegisterName()