Home
last modified time | relevance | path

Searched refs:m_omit_summary_depth (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/DataFormatters/
DValueObjectPrinter.cpp322 if (m_options.m_omit_summary_depth > 0) in GetSummaryFormatter()
327 if (m_options.m_omit_summary_depth > 0 && null_if_omitted) in GetSummaryFormatter()
375 } else if (m_options.m_omit_summary_depth == 0) { in GetValueSummaryError()
574 .SetOmitSummaryDepth(child_options.m_omit_summary_depth > 1 in PrintChild()
575 ? child_options.m_omit_summary_depth - in PrintChild()
DDumpValueObjectOptions.cpp99 m_omit_summary_depth = depth; in SetOmitSummaryDepth()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DDumpValueObjectOptions.h132 uint32_t m_omit_summary_depth = 0; variable