Searched refs:GetValueAtIndexUnchecked (Results 1 – 4 of 4) sorted by relevance
57 const DIERef &die_ref = m_map.GetValueAtIndexUnchecked(i); in FindAllEntriesForUnit() 71 s->Format("{0} \"{1}\"\n", m_map.GetValueAtIndexUnchecked(i), in Dump() 82 m_map.GetValueAtIndexUnchecked(i))) in ForEach() 91 other.m_map.GetValueAtIndexUnchecked(i)); in Append()
3664 DWARFDIE src_die = src_name_to_die.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()3665 DWARFDIE dst_die = dst_name_to_die.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()3704 link(src_name_to_die.GetValueAtIndexUnchecked(idx), in CopyUniqueClassMethodTypes()3705 dst_name_to_die.GetValueAtIndexUnchecked(idx)); in CopyUniqueClassMethodTypes()3717 DWARFDIE dst_die = dst_name_to_die.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()3738 src_name_to_die_artificial.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()3751 dst_name_to_die_artificial.GetValueAtIndexUnchecked(idx)); in CopyUniqueClassMethodTypes()
31 if (m_enumerations.GetValueAtIndexUnchecked(i).value == m_current_value) { in DumpValue()
68 T GetValueAtIndexUnchecked(uint32_t idx) const { return m_map[idx].value; } in GetValueAtIndexUnchecked() function