Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h82 UNWIND_X86_FRAMELESS_STACK_REG_COUNT = 0x00001C00, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp52 UNWIND_X86_FRAMELESS_STACK_REG_COUNT = 0x00001C00, in FLAGS_ANONYMOUS_ENUM()
1069 function_info.encoding, UNWIND_X86_FRAMELESS_STACK_REG_COUNT); in CreateUnwindPlan_i386()
/freebsd-14.2/contrib/llvm-project/libunwind/src/
H A DCompactUnwinder.hpp127 EXTRACT_BITS(encoding, UNWIND_X86_FRAMELESS_STACK_REG_COUNT); in stepWithCompactEncodingFrameless()
/freebsd-14.2/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c688 EXTRACT_BITS(encoding, UNWIND_X86_FRAMELESS_STACK_REG_COUNT); in print_encoding_i386()