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

/freebsd-12-stable/contrib/llvm-project/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h294 UNWIND_ARM64_FRAME_X23_X24_PAIR = 0x00000004, enumerator in enum:__anon3739
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DCompactUnwinder.hpp551 if (encoding & UNWIND_ARM64_FRAME_X23_X24_PAIR) {
630 if (encoding & UNWIND_ARM64_FRAME_X23_X24_PAIR) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp533 UNWIND_ARM64_FRAME_X23_X24_PAIR = 0x00000004, enumerator in enum:__anon4937::CU::CompactUnwindEncodings
661 CompactUnwindEncoding |= CU::UNWIND_ARM64_FRAME_X23_X24_PAIR;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp102 UNWIND_ARM64_FRAME_X23_X24_PAIR = 0x00000004,
1383 if (saved_register_bits & UNWIND_ARM64_FRAME_X23_X24_PAIR) {
/freebsd-12-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c25 UNWIND_ARM64_FRAME_X23_X24_PAIR = 0x00000004, enumerator in enum:__anon4096
928 if (saved_register_bits & UNWIND_ARM64_FRAME_X23_X24_PAIR) {

Completed in 78 milliseconds