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.cpp179 m_backend.GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in Update()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h381 uint32_t GetMaximumNumberOfChildrenToDisplay() const;
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp646 ->GetMaximumNumberOfChildrenToDisplay(); in GetMaxNumChildrenToPrint()
H A DFormatManager.cpp471 .GetMaximumNumberOfChildrenToDisplay(); in ShouldPrintAsOneLiner()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1650 uint32_t SBTarget::GetMaximumNumberOfChildrenToDisplay() const { in GetMaximumNumberOfChildrenToDisplay() function in SBTarget
1654 return target_sp->GetMaximumNumberOfChildrenToDisplay(); in GetMaximumNumberOfChildrenToDisplay()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h189 uint32_t GetMaximumNumberOfChildrenToDisplay() const;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1031 target->GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in DumpValue()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4823 uint32_t TargetProperties::GetMaximumNumberOfChildrenToDisplay() const { in GetMaximumNumberOfChildrenToDisplay() function in TargetProperties
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp57219 result = (uint32_t)((lldb::SBTarget const *)arg1)->GetMaximumNumberOfChildrenToDisplay(); in _wrap_SBTarget_GetMaximumNumberOfChildrenToDisplay()