Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxBitset.cpp59 size_t capping_size = target_sp->GetMaximumNumberOfChildrenToDisplay(); in Update()
H A DLibCxxList.cpp181 m_backend.GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in Update()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp597 m_valobj->GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in GetMaxNumChildrenToPrint()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h141 uint32_t GetMaximumNumberOfChildrenToDisplay() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp975 target->GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in DumpValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3897 uint32_t TargetProperties::GetMaximumNumberOfChildrenToDisplay() const { in GetMaximumNumberOfChildrenToDisplay() function in TargetProperties