Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/examples/synthetic/
H A Dgnu_libstdcpp.py10 list_capping_size = valobj.GetTarget().GetMaximumNumberOfChildrenToDisplay()
143 self.list_capping_size = self.valobj.GetTarget().GetMaximumNumberOfChildrenToDisplay()
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp178 m_backend.GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in Update()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTarget.h344 uint32_t GetMaximumNumberOfChildrenToDisplay() const;
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTarget.i419 GetMaximumNumberOfChildrenToDisplay() const;
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp599 m_valobj->GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in GetMaxNumChildrenToPrint()
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp1623 uint32_t SBTarget::GetMaximumNumberOfChildrenToDisplay() const { in GetMaximumNumberOfChildrenToDisplay() function in SBTarget
1628 return target_sp->GetMaximumNumberOfChildrenToDisplay(); in GetMaximumNumberOfChildrenToDisplay()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h170 uint32_t GetMaximumNumberOfChildrenToDisplay() const;
/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp946 target->GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in DumpValue()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp4393 uint32_t TargetProperties::GetMaximumNumberOfChildrenToDisplay() const { in GetMaximumNumberOfChildrenToDisplay() function in TargetProperties