Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/include/
Dlibunwind.h584 UNW_ARM_R8 = 8, enumerator
/external/llvm-project/libunwind/src/
DUnwindCursor.hpp606 _msContext.R8 = r.getRegister(UNW_ARM_R8); in UnwindCursor()
689 case UNW_ARM_R8: return _msContext.R8; in getReg()
739 case UNW_ARM_R8: _msContext.R8 = value; break; in setReg()
DRegisters.hpp2299 case UNW_ARM_R8: in getRegisterName()