Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxUnorderedMap.cpp92 auto p1_sp = m_backend.GetChildAtNamePath({ConstString("__table_"), in GetChildAtIndex()
199 m_tree = table_sp->GetChildAtNamePath(next_path).get(); in Update()
202 table_sp->GetChildAtNamePath(next_path).get(); in Update()
DLibCxx.cpp111 ValueObjectSP count_sp(valobj_sp->GetChildAtNamePath( in LibcxxSmartPointerSummaryProvider()
113 ValueObjectSP weakcount_sp(valobj_sp->GetChildAtNamePath( in LibcxxSmartPointerSummaryProvider()
DLibStdcpp.cpp402 ValueObjectSP usecount_sp(valobj_sp->GetChildAtNamePath( in LibStdcppSmartPointerSummaryProvider()
DLibCxxMap.cpp268 deref = m_backend.GetChildAtNamePath({g_tree_, g_pair3}); in GetDataType()
/external/llvm-project/lldb/include/lldb/Core/
DValueObject.h469 lldb::ValueObjectSP GetChildAtNamePath(llvm::ArrayRef<ConstString> names,
473 GetChildAtNamePath(llvm::ArrayRef<std::pair<ConstString, bool>> names,
/external/llvm-project/lldb/source/Core/
DValueObject.cpp482 ValueObject::GetChildAtNamePath(llvm::ArrayRef<ConstString> names, in GetChildAtNamePath() function in ValueObject
498 lldb::ValueObjectSP ValueObject::GetChildAtNamePath( in GetChildAtNamePath() function in ValueObject