Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp174 m_backend.GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in Update()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h364 uint32_t GetMaximumNumberOfChildrenToDisplay() const;
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp463 .GetMaximumNumberOfChildrenToDisplay(); in ShouldPrintAsOneLiner()
H A DValueObjectPrinter.cpp652 ->GetMaximumNumberOfChildrenToDisplay(); in GetMaxNumChildrenToPrint()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1683 uint32_t SBTarget::GetMaximumNumberOfChildrenToDisplay() const { in GetMaximumNumberOfChildrenToDisplay() function in SBTarget
1688 return target_sp->GetMaximumNumberOfChildrenToDisplay(); in GetMaximumNumberOfChildrenToDisplay()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h174 uint32_t GetMaximumNumberOfChildrenToDisplay() const;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp974 target->GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in DumpValue()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4585 uint32_t TargetProperties::GetMaximumNumberOfChildrenToDisplay() const { in GetMaximumNumberOfChildrenToDisplay() function in TargetProperties
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp56020 result = (uint32_t)((lldb::SBTarget const *)arg1)->GetMaximumNumberOfChildrenToDisplay(); in _wrap_SBTarget_GetMaximumNumberOfChildrenToDisplay()