Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp189 m_fde_index.FindEntryThatContains(addr.GetFileAddress()); in GetAddressRange()
207 m_fde_index.FindEntryThatContainsOrFollows(start_file_addr); in GetFirstFDEEntryInRange()
218 const size_t count = m_fde_index.GetSize(); in GetFunctionAddressAndSizeVector()
224 m_fde_index.GetEntryAtIndex(i); in GetFunctionAddressAndSizeVector()
460 m_fde_index.Clear(); in GetFDEIndex()
473 m_fde_index.Clear(); in GetFDEIndex()
492 m_fde_index.Clear(); in GetFDEIndex()
513 m_fde_index.Append(fde); in GetFDEIndex()
521 m_fde_index.Sort(); in GetFDEIndex()
1022 for (size_t i = 0, c = m_fde_index.GetSize(); i < c; ++i) { in ForEachFDEEntries()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h155 FDEEntryMap m_fde_index; variable