Home
last modified time | relevance | path

Searched refs:GetValueAtIndexUnchecked (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DNameToDIE.cpp52 const DIERef &die_ref = m_map.GetValueAtIndexUnchecked(i); in FindAllEntriesForUnit()
66 s->Format("{0} \"{1}\"\n", m_map.GetValueAtIndexUnchecked(i), in Dump()
77 m_map.GetValueAtIndexUnchecked(i))) in ForEach()
86 other.m_map.GetValueAtIndexUnchecked(i)); in Append()
DDWARFASTParserClang.cpp3582 src_die = src_name_to_die.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()
3583 dst_die = dst_name_to_die.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()
3624 src_die = src_name_to_die.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()
3625 dst_die = dst_name_to_die.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()
3667 dst_die = dst_name_to_die.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()
3720 src_die = src_name_to_die_artificial.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()
3763 dst_die = dst_name_to_die_artificial.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()
/external/llvm-project/lldb/source/Interpreter/
DOptionValueEnumeration.cpp34 if (m_enumerations.GetValueAtIndexUnchecked(i).value == m_current_value) { in DumpValue()
/external/llvm-project/lldb/include/lldb/Core/
DUniqueCStringMap.h68 T GetValueAtIndexUnchecked(uint32_t idx) const { return m_map[idx].value; } in GetValueAtIndexUnchecked() function