Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcpp.cpp243 ValueObjectSP ptr = valobj.GetChildAtNamePath({"_M_dataplus", "_M_p"}); in LibStdcppStringSummaryProvider()
337 ValueObjectSP pi_sp = valobj_sp->GetChildAtNamePath({"_M_refcount", "_M_pi"}); in LibStdcppSmartPointerSummaryProvider()
H A DMsvcStl.cpp47 return valobj.GetChildAtNamePath({"_Mypair", "_Myval2"}); in ExtractMsvcStlStringData()
H A DMsvcStlSmartPointer.cpp197 ValueObjectSP ptr_sp(valobj_sp->GetChildAtNamePath({"_Mypair", "_Myval2"})); in MsvcStlUniquePtrSummaryProvider()
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObject.h496 lldb::ValueObjectSP GetChildAtNamePath(llvm::ArrayRef<llvm::StringRef> names);
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp392 ValueObject::GetChildAtNamePath(llvm::ArrayRef<llvm::StringRef> names) { in GetChildAtNamePath() function in ValueObject