Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h218 UNWIND_X86_64_FRAMELESS_STACK_REG_PERMUTATION = 0x000003FF, enumerator
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp81 UNWIND_X86_64_FRAMELESS_STACK_REG_PERMUTATION = 0x000003FF, in FLAGS_ANONYMOUS_ENUM()
806 function_info.encoding, UNWIND_X86_64_FRAMELESS_STACK_REG_PERMUTATION); in CreateUnwindPlan_x86_64()
/openbsd/gnu/llvm/libunwind/src/
H A DCompactUnwinder.hpp360 EXTRACT_BITS(encoding, UNWIND_X86_64_FRAMELESS_STACK_REG_PERMUTATION); in stepWithCompactEncodingFrameless()
/openbsd/gnu/llvm/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c474 EXTRACT_BITS(encoding, UNWIND_X86_64_FRAMELESS_STACK_REG_PERMUTATION); in print_encoding_x86_64()