Home
last modified time | relevance | path

Searched refs:UNW_ARM64_X0 (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/libunwind/src/
DUnwindCursor.hpp623 for (int i = UNW_ARM64_X0; i <= UNW_ARM64_X30; ++i) in UnwindCursor()
624 _msContext.X[i - UNW_ARM64_X0] = r.getRegister(i); in UnwindCursor()
653 if (regNum >= UNW_ARM64_X0 && regNum <= UNW_ARM64_X30) return true; in validReg()
702 default: return _msContext.X[regNum - UNW_ARM64_X0]; in getReg()
752 case UNW_ARM64_X0: in setReg()
782 case UNW_ARM64_LR: _msContext.X[regNum - UNW_ARM64_X0] = value; break; in setReg()
DUnwind-seh.cpp172 __unw_get_reg(&cursor, UNW_ARM64_X0, &retval); in _GCC_specific_handler()
DRegisters.hpp1887 case UNW_ARM64_X0: in getRegisterName()
/external/llvm-project/libunwind/include/
Dlibunwind.h496 UNW_ARM64_X0 = 0, enumerator