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/
H A Dcompact_unwind_encoding.h292 UNWIND_ARM64_FRAME_X19_X20_PAIR = 0x00000001, enumerator in enum:__anon2641
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DCompactUnwinder.hpp539 if (encoding & UNWIND_ARM64_FRAME_X19_X20_PAIR) {
618 if (encoding & UNWIND_ARM64_FRAME_X19_X20_PAIR) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp558 UNWIND_ARM64_FRAME_X19_X20_PAIR = 0x00000001, enumerator in enum:__anon3888::CU::CompactUnwindEncodings
678 CompactUnwindEncoding |= CU::UNWIND_ARM64_FRAME_X19_X20_PAIR;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp100 UNWIND_ARM64_FRAME_X19_X20_PAIR = 0x00000001,
1361 if (saved_register_bits & UNWIND_ARM64_FRAME_X19_X20_PAIR) {
/freebsd-13-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c23 UNWIND_ARM64_FRAME_X19_X20_PAIR = 0x00000001, enumerator in enum:__anon3015
912 if (saved_register_bits & UNWIND_ARM64_FRAME_X19_X20_PAIR) {

Completed in 194 milliseconds