Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxUnorderedMap.cpp115 auto p1_sp = m_backend.GetChildAtNamePath({"__table_", "__p1_"}); in GetChildAtIndex()
243 m_tree = table_sp->GetChildAtNamePath(next_path).get(); in Update()
251 table_sp->GetChildAtNamePath(next_path).get(); in Update()
H A DLibStdcpp.cpp441 valobj_sp->GetChildAtNamePath({"_M_refcount", "_M_pi", "_M_use_count"})); in LibStdcppSmartPointerSummaryProvider()
H A DLibCxxMap.cpp257 deref = m_backend.GetChildAtNamePath({"__tree_", "__pair3_"}); in GetDataType()
H A DLibCxx.cpp134 valobj_sp->GetChildAtNamePath({"__cntrl_", "__shared_owners_"})); in LibcxxSmartPointerSummaryProvider()
136 valobj_sp->GetChildAtNamePath({"__cntrl_", "__shared_weak_owners_"})); in LibcxxSmartPointerSummaryProvider()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h472 lldb::ValueObjectSP GetChildAtNamePath(llvm::ArrayRef<llvm::StringRef> names);
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp396 ValueObject::GetChildAtNamePath(llvm::ArrayRef<llvm::StringRef> names) { in GetChildAtNamePath() function in ValueObject