Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp87 UNWIND_X86_64_REG_NONE = 0, enumerator
774 case UNWIND_X86_64_REG_NONE: in CreateUnwindPlan_x86_64()
918 int registers[6] = {UNWIND_X86_64_REG_NONE, UNWIND_X86_64_REG_NONE, in CreateUnwindPlan_x86_64()
919 UNWIND_X86_64_REG_NONE, UNWIND_X86_64_REG_NONE, in CreateUnwindPlan_x86_64()
920 UNWIND_X86_64_REG_NONE, UNWIND_X86_64_REG_NONE}; in CreateUnwindPlan_x86_64()
941 case UNWIND_X86_64_REG_NONE: in CreateUnwindPlan_x86_64()
/freebsd/contrib/llvm-project/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h224 UNWIND_X86_64_REG_NONE = 0, enumerator
/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c444 case UNWIND_X86_64_REG_NONE: in print_encoding_x86_64()
597 case UNWIND_X86_64_REG_NONE: in print_encoding_x86_64()
/freebsd/contrib/llvm-project/libunwind/src/
H A DCompactUnwinder.hpp317 case UNWIND_X86_64_REG_NONE: in stepWithCompactEncodingRBPFrame()