Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp56 const DIERef &die_ref = m_map.GetValueAtIndexUnchecked(i); in FindAllEntriesForUnit()
70 s->Format("{0} \"{1}\"\n", m_map.GetValueAtIndexUnchecked(i), in Dump()
81 m_map.GetValueAtIndexUnchecked(i))) in ForEach()
90 other.m_map.GetValueAtIndexUnchecked(i)); in Append()
H A DDWARFASTParserClang.cpp3477 DWARFDIE src_die = src_name_to_die.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()
3478 DWARFDIE dst_die = dst_name_to_die.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()
3517 link(src_name_to_die.GetValueAtIndexUnchecked(idx), in CopyUniqueClassMethodTypes()
3518 dst_name_to_die.GetValueAtIndexUnchecked(idx)); in CopyUniqueClassMethodTypes()
3530 DWARFDIE dst_die = dst_name_to_die.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()
3551 src_name_to_die_artificial.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()
3564 dst_name_to_die_artificial.GetValueAtIndexUnchecked(idx)); in CopyUniqueClassMethodTypes()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueEnumeration.cpp31 if (m_enumerations.GetValueAtIndexUnchecked(i).value == m_current_value) { in DumpValue()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DUniqueCStringMap.h68 T GetValueAtIndexUnchecked(uint32_t idx) const { return m_map[idx].value; } in GetValueAtIndexUnchecked() function