Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp47 const DIERef &die_ref = m_map.GetValueAtIndexUnchecked(i); in FindAllEntriesForCompileUnit()
58 const DIERef &die_ref = m_map.GetValueAtIndexUnchecked(i); in Dump()
70 m_map.GetValueAtIndexUnchecked(i))) in ForEach()
79 other.m_map.GetValueAtIndexUnchecked(i)); in Append()
H A DDWARFASTParserClang.cpp3952 src_die = src_name_to_die.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()
3953 dst_die = dst_name_to_die.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()
3993 src_die = src_name_to_die.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()
3994 dst_die = dst_name_to_die.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()
4037 dst_die = dst_name_to_die.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()
4093 src_die = src_name_to_die_artificial.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()
4137 dst_die = dst_name_to_die_artificial.GetValueAtIndexUnchecked(idx); in CopyUniqueClassMethodTypes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueEnumeration.cpp35 if (m_enumerations.GetValueAtIndexUnchecked(i).value == m_current_value) { in DumpValue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DUniqueCStringMap.h94 T GetValueAtIndexUnchecked(uint32_t idx) const { return m_map[idx].value; } in GetValueAtIndexUnchecked() function