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

/openbsd-current/gnu/llvm/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h472 #define UNWIND_INFO_COMPRESSED_ENTRY_ENCODING_INDEX(entry) ((entry >> 24) & 0xFF) macro
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp152 #ifndef UNWIND_INFO_COMPRESSED_ENTRY_ENCODING_INDEX
153 #define UNWIND_INFO_COMPRESSED_ENTRY_ENCODING_INDEX(entry) \ macro
479 return UNWIND_INFO_COMPRESSED_ENTRY_ENCODING_INDEX(entry);
/openbsd-current/gnu/llvm/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1270 UNWIND_INFO_COMPRESSED_ENTRY_ENCODING_INDEX(entry);
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwindCursor.hpp395 return UNWIND_INFO_COMPRESSED_ENTRY_ENCODING_INDEX(

Completed in 76 milliseconds