Home
last modified time | relevance | path

Searched refs:UNWIND_ARM64_FRAME_X25_X26_PAIR (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h295 UNWIND_ARM64_FRAME_X25_X26_PAIR = 0x00000008, enumerator
/freebsd/contrib/llvm-project/libunwind/src/
H A DCompactUnwinder.hpp558 if (encoding & UNWIND_ARM64_FRAME_X25_X26_PAIR) { in stepWithCompactEncodingFrameless()
637 if (encoding & UNWIND_ARM64_FRAME_X25_X26_PAIR) { in stepWithCompactEncodingFrame()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp567 UNWIND_ARM64_FRAME_X25_X26_PAIR = 0x00000008, enumerator
711 CompactUnwindEncoding |= CU::UNWIND_ARM64_FRAME_X25_X26_PAIR; in generateCompactUnwindEncoding()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp105 UNWIND_ARM64_FRAME_X25_X26_PAIR = 0x00000008, in FLAGS_ANONYMOUS_ENUM()
1394 if (saved_register_bits & UNWIND_ARM64_FRAME_X25_X26_PAIR) { in CreateUnwindPlan_arm64()
/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c893 if (saved_register_bits & UNWIND_ARM64_FRAME_X25_X26_PAIR) { in print_encoding_arm64()