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

/freebsd-13-stable/contrib/llvm-project/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h296 UNWIND_ARM64_FRAME_X27_X28_PAIR = 0x00000010, enumerator in enum:__anon2641
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DCompactUnwinder.hpp563 if (encoding & UNWIND_ARM64_FRAME_X27_X28_PAIR) {
642 if (encoding & UNWIND_ARM64_FRAME_X27_X28_PAIR) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp562 UNWIND_ARM64_FRAME_X27_X28_PAIR = 0x00000010, enumerator in enum:__anon3888::CU::CompactUnwindEncodings
690 CompactUnwindEncoding |= CU::UNWIND_ARM64_FRAME_X27_X28_PAIR;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp104 UNWIND_ARM64_FRAME_X27_X28_PAIR = 0x00000010,
1405 if (saved_register_bits & UNWIND_ARM64_FRAME_X27_X28_PAIR) {
/freebsd-13-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c27 UNWIND_ARM64_FRAME_X27_X28_PAIR = 0x00000010, enumerator in enum:__anon3015
944 if (saved_register_bits & UNWIND_ARM64_FRAME_X27_X28_PAIR) {

Completed in 96 milliseconds