Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/libunwind/include/mach-o/
HDcompact_unwind_encoding.h292 UNWIND_ARM64_FRAME_X19_X20_PAIR = 0x00000001, enumerator
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
HDCompactUnwinder.hpp540 if (encoding & UNWIND_ARM64_FRAME_X19_X20_PAIR) { in stepWithCompactEncodingFrameless()
619 if (encoding & UNWIND_ARM64_FRAME_X19_X20_PAIR) { in stepWithCompactEncodingFrame()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64AsmBackend.cpp564 UNWIND_ARM64_FRAME_X19_X20_PAIR = 0x00000001, enumerator
702 CompactUnwindEncoding |= CU::UNWIND_ARM64_FRAME_X19_X20_PAIR; in generateCompactUnwindEncoding()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompactUnwindInfo.cpp102 UNWIND_ARM64_FRAME_X19_X20_PAIR = 0x00000001, in FLAGS_ANONYMOUS_ENUM()
1361 if (saved_register_bits & UNWIND_ARM64_FRAME_X19_X20_PAIR) { in CreateUnwindPlan_arm64()
/freebsd-13-stable/contrib/llvm-project/lldb/tools/compact-unwind/
HDcompact-unwind-dumper.c869 if (saved_register_bits & UNWIND_ARM64_FRAME_X19_X20_PAIR) { in print_encoding_arm64()