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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp31 : m_objfile(objfile), m_symbols(), m_file_addr_to_index(*this),
55 m_file_addr_to_index.Clear();
130 const size_t num_entries = m_file_addr_to_index.GetSize();
133 const uint32_t symbol_idx = m_file_addr_to_index.GetEntryRef(i).data;
867 m_file_addr_to_index.Append(entry);
870 const size_t num_entries = m_file_addr_to_index.GetSize();
872 m_file_addr_to_index.Sort();
892 m_file_addr_to_index.GetMutableEntryAtIndex(i);
908 m_file_addr_to_index.GetMutableEntryAtIndex(j);
932 m_file_addr_to_index
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymtab.h175 FileRangeToIndexMap m_file_addr_to_index; member in class:lldb_private::Symtab

Completed in 171 milliseconds