Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/libunwind/include/mach-o/
HDcompact_unwind_encoding.h298 UNWIND_ARM64_FRAME_D10_D11_PAIR = 0x00000200, enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64AsmBackend.cpp570 UNWIND_ARM64_FRAME_D10_D11_PAIR = 0x00000200, enumerator
728 CompactUnwindEncoding |= CU::UNWIND_ARM64_FRAME_D10_D11_PAIR; in generateCompactUnwindEncoding()
/freebsd-14-stable/contrib/llvm-project/libunwind/src/
HDCompactUnwinder.hpp579 if (encoding & UNWIND_ARM64_FRAME_D10_D11_PAIR) { in stepWithCompactEncodingFrameless()
658 if (encoding & UNWIND_ARM64_FRAME_D10_D11_PAIR) { in stepWithCompactEncodingFrame()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompactUnwindInfo.cpp108 UNWIND_ARM64_FRAME_D10_D11_PAIR = 0x00000200, in FLAGS_ANONYMOUS_ENUM()
1423 if (saved_register_bits & UNWIND_ARM64_FRAME_D10_D11_PAIR) { in CreateUnwindPlan_arm64()
/freebsd-14-stable/contrib/llvm-project/lldb/tools/compact-unwind/
HDcompact-unwind-dumper.c917 if (saved_register_bits & UNWIND_ARM64_FRAME_D10_D11_PAIR) { in print_encoding_arm64()