Searched refs:m_fde_index (Results 1 – 2 of 2) sorted by relevance
39 m_fde_index (), in DWARFCallFrameInfo()79 FDEEntryMap::Entry *fde_entry = m_fde_index.FindEntryThatContains (addr.GetFileAddress()); in GetAddressRange()95 if (m_fde_index.IsEmpty()) in GetFDEEntryByFileAddress()98 FDEEntryMap::Entry *fde = m_fde_index.FindEntryThatContains (file_addr); in GetFDEEntryByFileAddress()111 const size_t count = m_fde_index.GetSize(); in GetFunctionAddressAndSizeVector()117 const FDEEntryMap::Entry *func_offset_data_entry = m_fde_index.GetEntryAtIndex (i); in GetFunctionAddressAndSizeVector()362 m_fde_index.Append(fde); in GetFDEIndex()374 m_fde_index.Sort(); in GetFDEIndex()
137 FDEEntryMap m_fde_index; variable