Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxUnorderedMap.cpp93 auto p1_sp = m_backend.GetChildAtNamePath({ConstString("__table_"), in GetChildAtIndex()
200 m_tree = table_sp->GetChildAtNamePath(next_path).get(); in Update()
203 table_sp->GetChildAtNamePath(next_path).get(); in Update()
H A DLibCxx.cpp112 ValueObjectSP count_sp(valobj_sp->GetChildAtNamePath( in LibcxxSmartPointerSummaryProvider()
114 ValueObjectSP weakcount_sp(valobj_sp->GetChildAtNamePath( in LibcxxSmartPointerSummaryProvider()
H A DLibStdcpp.cpp401 ValueObjectSP usecount_sp(valobj_sp->GetChildAtNamePath( in LibStdcppSmartPointerSummaryProvider()
H A DLibCxxMap.cpp267 deref = m_backend.GetChildAtNamePath({g_tree_, g_pair3}); in GetDataType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h500 lldb::ValueObjectSP GetChildAtNamePath(llvm::ArrayRef<ConstString> names,
504 GetChildAtNamePath(llvm::ArrayRef<std::pair<ConstString, bool>> names,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp514 ValueObject::GetChildAtNamePath(llvm::ArrayRef<ConstString> names, in GetChildAtNamePath() function in ValueObject
530 lldb::ValueObjectSP ValueObject::GetChildAtNamePath( in GetChildAtNamePath() function in ValueObject