Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp245 CIESP cie_sp(new CIE(cie_offset)); in ParseCIE() local
266 cie_sp->ptr_encoding = DW_EH_PE_absptr; // default in ParseCIE()
267 cie_sp->version = m_cfi_data.GetU8(&offset); in ParseCIE()
268 if (cie_sp->version > CFI_VERSION4) { in ParseCIE()
271 cie_sp->version); in ParseCIE()
276 cie_sp->augmentation[i] = m_cfi_data.GetU8(&offset); in ParseCIE()
277 if (cie_sp->augmentation[i] == '\0') { in ParseCIE()
280 cie_sp->augmentation[j] = '\0'; in ParseCIE()
287 cie_sp->augmentation[CFI_AUG_MAX_SIZE - 1] != '\0') { in ParseCIE()
297 if (m_type == DWARF && cie_sp->version >= CFI_VERSION4) { in ParseCIE()
[all …]