Searched refs:m_file_addr_to_index (Results 1 – 2 of 2) sorted by relevance
31 : m_objfile(objfile), m_symbols(), m_file_addr_to_index(*this), in Symtab()55 m_file_addr_to_index.Clear(); in AddSymbol()130 const size_t num_entries = m_file_addr_to_index.GetSize(); in Dump()133 const uint32_t symbol_idx = m_file_addr_to_index.GetEntryRef(i).data; in Dump()867 m_file_addr_to_index.Append(entry); in InitAddressIndexes()870 const size_t num_entries = m_file_addr_to_index.GetSize(); in InitAddressIndexes()872 m_file_addr_to_index.Sort(); in InitAddressIndexes()892 m_file_addr_to_index.GetMutableEntryAtIndex(i); in InitAddressIndexes()908 m_file_addr_to_index.GetMutableEntryAtIndex(j); in InitAddressIndexes()932 m_file_addr_to_index.Sort(); in InitAddressIndexes()[all …]
175 FileRangeToIndexMap m_file_addr_to_index; variable