Searched refs:GetMutableEntryAtIndex (Results 1 – 4 of 4) sorted by relevance
75 return &m_exprs.GetMutableEntryAtIndex(0)->data; in GetMutableExpressionAtAddress() 82 return &m_exprs.GetMutableEntryAtIndex(index)->data; in GetMutableExpressionAtAddress()
101 while (auto *entry = location_map.GetMutableEntryAtIndex(base_idx)) { in AddMemberLocationRanges()155 auto *entry = location_map.GetMutableEntryAtIndex(base_idx); in AddDwarfRange()169 if (auto *entry = location_map.GetMutableEntryAtIndex(base_idx)) { in AddDwarfRange()176 if (auto *entry = location_map.GetMutableEntryAtIndex(end_idx)) { in AddDwarfRange()
975 m_file_addr_to_index.GetMutableEntryAtIndex(i); in InitAddressIndexes() 991 m_file_addr_to_index.GetMutableEntryAtIndex(j); in InitAddressIndexes()
532 Entry *GetMutableEntryAtIndex(size_t i) { in GetMutableEntryAtIndex() function