Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/examples/synthetic/
H A Dgnu_libstdcpp.py9 list_capping_size = valobj.GetTarget().GetMaximumNumberOfChildrenToDisplay()
142 self.list_capping_size = self.valobj.GetTarget().GetMaximumNumberOfChildrenToDisplay()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp178 m_backend.GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in Update()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTarget.h344 uint32_t GetMaximumNumberOfChildrenToDisplay() const;
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTarget.i419 GetMaximumNumberOfChildrenToDisplay() const;
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp599 m_valobj->GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in GetMaxNumChildrenToPrint()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp1623 uint32_t SBTarget::GetMaximumNumberOfChildrenToDisplay() const { in GetMaximumNumberOfChildrenToDisplay() function in SBTarget
1628 return target_sp->GetMaximumNumberOfChildrenToDisplay(); in GetMaximumNumberOfChildrenToDisplay()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h172 uint32_t GetMaximumNumberOfChildrenToDisplay() const;
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp939 target->GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in DumpValue()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4496 uint32_t TargetProperties::GetMaximumNumberOfChildrenToDisplay() const { in GetMaximumNumberOfChildrenToDisplay() function in TargetProperties