Home
last modified time | relevance | path

Searched refs:max_num_children (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/DataFormatters/
DValueObjectPrinter.cpp598 const size_t max_num_children = in GetMaxNumChildrenToPrint() local
601 if (num_children > max_num_children && !m_options.m_ignore_cap) { in GetMaxNumChildrenToPrint()
603 return max_num_children; in GetMaxNumChildrenToPrint()
/external/llvm-project/lldb/source/Core/
DFormatEntity.cpp954 uint32_t max_num_children = in DumpValue() local
983 if (--max_num_children == 0) { in DumpValue()