Home
last modified time | relevance | path

Searched refs:ptr_encoding (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h100 uint8_t ptr_encoding; member
110 inst_length(0), ptr_encoding(0), in CIE()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp270 cie_sp->ptr_encoding = DW_EH_PE_absptr; // default in ParseCIE()
368 cie_sp->ptr_encoding = m_cfi_data.GetU8(&offset); in ParseCIE()
504 GetGNUEHPointer(m_cfi_data, &offset, cie->ptr_encoding, pc_rel_addr, in GetFDEIndex()
510 m_cfi_data, &offset, cie->ptr_encoding & DW_EH_PE_MASK_ENCODING, in GetFDEIndex()
577 GetGNUEHPointer(m_cfi_data, &offset, cie->ptr_encoding, pc_rel_addr, in FDEToUnwindPlan()
580 m_cfi_data, &offset, cie->ptr_encoding & DW_EH_PE_MASK_ENCODING, in FDEToUnwindPlan()