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

/freebsd-12-stable/contrib/llvm-project/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h295 UNWIND_ARM64_FRAME_X25_X26_PAIR = 0x00000008, enumerator in enum:__anon3739
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DCompactUnwinder.hpp557 if (encoding & UNWIND_ARM64_FRAME_X25_X26_PAIR) {
636 if (encoding & UNWIND_ARM64_FRAME_X25_X26_PAIR) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp534 UNWIND_ARM64_FRAME_X25_X26_PAIR = 0x00000008, enumerator in enum:__anon4937::CU::CompactUnwindEncodings
664 CompactUnwindEncoding |= CU::UNWIND_ARM64_FRAME_X25_X26_PAIR;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp103 UNWIND_ARM64_FRAME_X25_X26_PAIR = 0x00000008,
1394 if (saved_register_bits & UNWIND_ARM64_FRAME_X25_X26_PAIR) {
/freebsd-12-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c26 UNWIND_ARM64_FRAME_X25_X26_PAIR = 0x00000008, enumerator in enum:__anon4096
936 if (saved_register_bits & UNWIND_ARM64_FRAME_X25_X26_PAIR) {

Completed in 69 milliseconds