Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxUnorderedMap.cpp133 auto table_sp = m_backend.GetChildMemberWithName("__table_"); in GetNodeType() local
134 if (!table_sp) in GetNodeType()
138 *table_sp, /*anon_struct_idx=*/1, "__first_node_", "__p1_"); in GetNodeType()
256 ValueObjectSP table_sp = m_backend.GetChildMemberWithName("__table_"); in Update() local
257 if (!table_sp) in Update()
264 m_element_type = GetElementType(table_sp->GetCompilerType()); in Update()
268 ValueObjectSP tree_sp = GetTreePointer(*table_sp); in Update()
274 if (auto num_elems_or_err = CalculateNumChildrenImpl(*table_sp)) in Update()