Searched refs:ptr_encoding (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | DWARFCallFrameInfo.h | 96 uint8_t ptr_encoding; member 106 inst_length(0), ptr_encoding(0), lsda_addr_encoding(DW_EH_PE_omit), in CIE()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | DWARFCallFrameInfo.cpp | 265 cie_sp->ptr_encoding = DW_EH_PE_absptr; // default in ParseCIE() 363 cie_sp->ptr_encoding = m_cfi_data.GetU8(&offset); in ParseCIE() 503 GetGNUEHPointer(m_cfi_data, &offset, cie->ptr_encoding, pc_rel_addr, in GetFDEIndex() 509 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()
|