Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp174 m_backend.GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in Update()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h353 uint32_t GetMaximumNumberOfChildrenToDisplay() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp632 m_valobj->GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in GetMaxNumChildrenToPrint()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1676 uint32_t SBTarget::GetMaximumNumberOfChildrenToDisplay() const { in GetMaximumNumberOfChildrenToDisplay() function in SBTarget
1681 return target_sp->GetMaximumNumberOfChildrenToDisplay(); in GetMaximumNumberOfChildrenToDisplay()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h174 uint32_t GetMaximumNumberOfChildrenToDisplay() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp932 target->GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in DumpValue()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4604 uint32_t TargetProperties::GetMaximumNumberOfChildrenToDisplay() const { in GetMaximumNumberOfChildrenToDisplay() function in TargetProperties
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp53196 result = (uint32_t)((lldb::SBTarget const *)arg1)->GetMaximumNumberOfChildrenToDisplay(); in _wrap_SBTarget_GetMaximumNumberOfChildrenToDisplay()