Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp35 : m_objfile(objfile), m_symbols(), m_file_addr_to_index(*this), in Symtab()
70 m_file_addr_to_index.Clear(); in AddSymbol()
83 m_file_addr_to_index.Clear(); in SectionFileAddressesChanged()
158 const size_t num_entries = m_file_addr_to_index.GetSize(); in Dump()
161 const uint32_t symbol_idx = m_file_addr_to_index.GetEntryRef(i).data; in Dump()
950 m_file_addr_to_index.Append(entry); in InitAddressIndexes()
953 const size_t num_entries = m_file_addr_to_index.GetSize(); in InitAddressIndexes()
955 m_file_addr_to_index.Sort(); in InitAddressIndexes()
975 m_file_addr_to_index.GetMutableEntryAtIndex(i); in InitAddressIndexes()
991 m_file_addr_to_index.GetMutableEntryAtIndex(j); in InitAddressIndexes()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymtab.h275 FileRangeToIndexMap m_file_addr_to_index; variable