reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Interpreter/OptionValueEnumeration.cpp
   34       if (m_enumerations.GetValueAtIndexUnchecked(i).value == m_current_value) {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 3700       src_die = src_name_to_die.GetValueAtIndexUnchecked(idx);
 3701       dst_die = dst_name_to_die.GetValueAtIndexUnchecked(idx);
 3740       src_die = src_name_to_die.GetValueAtIndexUnchecked(idx);
 3741       dst_die = dst_name_to_die.GetValueAtIndexUnchecked(idx);
 3783         dst_die = dst_name_to_die.GetValueAtIndexUnchecked(idx);
 3836       src_die = src_name_to_die_artificial.GetValueAtIndexUnchecked(idx);
 3879       dst_die = dst_name_to_die_artificial.GetValueAtIndexUnchecked(idx);
tools/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.cpp
   43     const DIERef &die_ref = m_map.GetValueAtIndexUnchecked(i);
   56     s->Format("{0} \"{1}\"\n", m_map.GetValueAtIndexUnchecked(i),
   67                   m_map.GetValueAtIndexUnchecked(i)))
   76                  other.m_map.GetValueAtIndexUnchecked(i));