Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxBitset.cpp65 size_t capping_size = target_sp->GetMaximumNumberOfChildrenToDisplay(); in Update()
DLibCxxList.cpp180 m_backend.GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in Update()
/external/llvm-project/lldb/source/DataFormatters/
DValueObjectPrinter.cpp599 m_valobj->GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in GetMaxNumChildrenToPrint()
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h152 uint32_t GetMaximumNumberOfChildrenToDisplay() const;
/external/llvm-project/lldb/source/Core/
DFormatEntity.cpp955 target->GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in DumpValue()
/external/llvm-project/lldb/source/Target/
DTarget.cpp4014 uint32_t TargetProperties::GetMaximumNumberOfChildrenToDisplay() const { in GetMaximumNumberOfChildrenToDisplay() function in TargetProperties