Home
last modified time | relevance | path

Searched refs:DW_EH_PE_aligned (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c67 #define DW_EH_PE_aligned 0x50 macro
144 case DW_EH_PE_aligned: in readEncodedPointer()
/freebsd/contrib/llvm-project/libunwind/src/
H A Ddwarf2.h76 DW_EH_PE_aligned = 0x50, enumerator
H A DAddressSpace.hpp348 case DW_EH_PE_aligned: in getEncodedP()
349 _LIBUNWIND_ABORT("DW_EH_PE_aligned pointer encoding not supported"); in getEncodedP()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDataExtractor.cpp130 case dwarf::DW_EH_PE_aligned: in getEncodedPointer()
/freebsd/contrib/llvm-project/lld/ELF/
H A DEhFrame.cpp120 if ((enc & 0xf0) == DW_EH_PE_aligned) in skipAugP()
/freebsd/contrib/libcxxrt/
H A Ddwarf_eh.h109 DW_EH_PE_aligned = 0x50, enumerator
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h719 #define DW_EH_PE_aligned 0x50 macro
H A Ddwarf_dump.c771 case DW_EH_PE_aligned: in dwarf_get_EH_name()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp471 case DW_EH_PE_aligned: in readPointerEncoding()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h855 DW_EH_PE_aligned = 0x50, enumerator
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp85 case DW_EH_PE_aligned: { in GetGNUEHPointer()