HomeSort by relevance Sort by last modified time
    Searched refs:m_fde_index (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Symbol/
DWARFCallFrameInfo.cpp 39 m_fde_index (),
56 // as this DWARFCallFrameInfo, we only store File offsets in m_fde_index.
71 // as this DWARFCallFrameInfo, we only store File offsets in m_fde_index.
79 FDEEntryMap::Entry *fde_entry = m_fde_index.FindEntryThatContains (addr.GetFileAddress());
95 if (m_fde_index.IsEmpty())
98 FDEEntryMap::Entry *fde = m_fde_index.FindEntryThatContains (file_addr);
111 const size_t count = m_fde_index.GetSize();
117 const FDEEntryMap::Entry *func_offset_data_entry = m_fde_index.GetEntryAtIndex (i);
362 m_fde_index.Append(fde);
374 m_fde_index.Sort()
    [all...]
  /external/lldb/include/lldb/Symbol/
DWARFCallFrameInfo.h 137 FDEEntryMap m_fde_index; member in class:lldb_private::DWARFCallFrameInfo

Completed in 2749 milliseconds