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

/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp620 for (int i = UNW_ARM64_X0; i <= UNW_ARM64_X30; ++i)
621 _msContext.X[i - UNW_ARM64_X0] = r.getRegister(i);
650 if (regNum >= UNW_ARM64_X0 && regNum <= UNW_ARM64_X30) return true;
699 default: return _msContext.X[regNum - UNW_ARM64_X0];
749 case UNW_ARM64_X0:
779 case UNW_ARM64_LR: _msContext.X[regNum - UNW_ARM64_X0] = value; break;
H A DUnwind-seh.cpp184 __unw_get_reg(&cursor, UNW_ARM64_X0, &retval);
H A DRegisters.hpp1881 case UNW_ARM64_X0:
/freebsd-13-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h490 UNW_ARM64_X0 = 0, enumerator in enum:__anon2629

Completed in 104 milliseconds