Searched refs:UNWIND_ARM64_FRAME_X21_X22_PAIR (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h293 UNWIND_ARM64_FRAME_X21_X22_PAIR = 0x00000002, enumerator in enum:__anon2641
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DCompactUnwinder.hpp545 if (encoding & UNWIND_ARM64_FRAME_X21_X22_PAIR) {
624 if (encoding & UNWIND_ARM64_FRAME_X21_X22_PAIR) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp559 UNWIND_ARM64_FRAME_X21_X22_PAIR = 0x00000002, enumerator in enum:__anon3888::CU::CompactUnwindEncodings
681 CompactUnwindEncoding |= CU::UNWIND_ARM64_FRAME_X21_X22_PAIR;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp101 UNWIND_ARM64_FRAME_X21_X22_PAIR = 0x00000002,
1372 if (saved_register_bits & UNWIND_ARM64_FRAME_X21_X22_PAIR) {
/freebsd-13-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c24 UNWIND_ARM64_FRAME_X21_X22_PAIR = 0x00000002, enumerator in enum:__anon3015
920 if (saved_register_bits & UNWIND_ARM64_FRAME_X21_X22_PAIR) {

Completed in 123 milliseconds