Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DCompactUnwindInfo.cpp57 UNWIND_X86_REG_NONE = 0, enumerator
1045 case UNWIND_X86_REG_NONE: in CreateUnwindPlan_i386()
1181 int registers[6] = {UNWIND_X86_REG_NONE, UNWIND_X86_REG_NONE, in CreateUnwindPlan_i386()
1182 UNWIND_X86_REG_NONE, UNWIND_X86_REG_NONE, in CreateUnwindPlan_i386()
1183 UNWIND_X86_REG_NONE, UNWIND_X86_REG_NONE}; in CreateUnwindPlan_i386()
1204 case UNWIND_X86_REG_NONE: in CreateUnwindPlan_i386()
/external/llvm-project/libunwind/include/mach-o/
Dcompact_unwind_encoding.h89 UNWIND_X86_REG_NONE = 0, enumerator
/external/llvm-project/lldb/tools/compact-unwind/
Dcompact-unwind-dumper.c703 case UNWIND_X86_REG_NONE: in print_encoding_i386()
856 case UNWIND_X86_REG_NONE: in print_encoding_i386()
/external/llvm-project/libunwind/src/
DCompactUnwinder.hpp85 case UNWIND_X86_REG_NONE: in stepWithCompactEncodingEBPFrame()