Searched refs:UNW_ARM64_D31 (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/libunwind/include/
H A Dlibunwind.h642 UNW_ARM64_D31 = UNW_AARCH64_V31, enumerator in enum:__anon279
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwindCursor.hpp662 for (int i = UNW_AARCH64_V0; i <= UNW_ARM64_D31; ++i)
832 if (regNum >= UNW_AARCH64_V0 && regNum <= UNW_ARM64_D31) return true;

Completed in 101 milliseconds