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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp43 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));
H A DDWARFASTParserClang.cpp3613 src_die = src_name_to_die.GetValueAtIndexUnchecked(idx);
3614 dst_die = dst_name_to_die.GetValueAtIndexUnchecked(idx);
3653 src_die = src_name_to_die.GetValueAtIndexUnchecked(idx);
3654 dst_die = dst_name_to_die.GetValueAtIndexUnchecked(idx);
3696 dst_die = dst_name_to_die.GetValueAtIndexUnchecked(idx);
3749 src_die = src_name_to_die_artificial.GetValueAtIndexUnchecked(idx);
3792 dst_die = dst_name_to_die_artificial.GetValueAtIndexUnchecked(idx);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueEnumeration.cpp34 if (m_enumerations.GetValueAtIndexUnchecked(i).value == m_current_value) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DUniqueCStringMap.h64 T GetValueAtIndexUnchecked(uint32_t idx) const { return m_map[idx].value; } function in class:lldb_private::UniqueCStringMap

Completed in 119 milliseconds