Searched refs:UNWIND_X86_FRAMELESS_STACK_REG_COUNT (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h82 UNWIND_X86_FRAMELESS_STACK_REG_COUNT = 0x00001C00, enumerator in enum:__anon3735
118 // The number of registers saved is encoded in UNWIND_X86_FRAMELESS_STACK_REG_COUNT.
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DCompactUnwinder.hpp126 EXTRACT_BITS(encoding, UNWIND_X86_FRAMELESS_STACK_REG_COUNT);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp50 UNWIND_X86_FRAMELESS_STACK_REG_COUNT = 0x00001C00,
1069 function_info.encoding, UNWIND_X86_FRAMELESS_STACK_REG_COUNT);
/freebsd-12-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c731 EXTRACT_BITS(encoding, UNWIND_X86_FRAMELESS_STACK_REG_COUNT);

Completed in 74 milliseconds