Searched refs:m_file_addr_to_index (Results 1 – 2 of 2) sorted by relevance
30 m_file_addr_to_index (), in Symtab()66 m_file_addr_to_index.Clear(); in AddSymbol()149 const size_t num_entries = m_file_addr_to_index.GetSize(); in Dump()153 const uint32_t symbol_idx = m_file_addr_to_index.GetEntryRef(i).data; in Dump()955 m_file_addr_to_index.Append(entry); in InitAddressIndexes()958 const size_t num_entries = m_file_addr_to_index.GetSize(); in InitAddressIndexes()961 m_file_addr_to_index.Sort(); in InitAddressIndexes()962 m_file_addr_to_index.CalculateSizesOfZeroByteSizeRanges(); in InitAddressIndexes()970 const FileRangeToIndexMap::Entry &entry = m_file_addr_to_index.GetEntryRef(i); in InitAddressIndexes()992 m_file_addr_to_index.Sort(); in InitAddressIndexes()[all …]
108 FileRangeToIndexMap m_file_addr_to_index; variable