Home
last modified time | relevance | path

Searched refs:SetOmitSummaryDepth (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp77 SetOmitSummaryDepth(UINT32_MAX); in SetShowSummary()
79 SetOmitSummaryDepth(0); in SetShowSummary()
106 DumpValueObjectOptions::SetOmitSummaryDepth(uint32_t depth) { in SetOmitSummaryDepth() function in DumpValueObjectOptions
118 SetOmitSummaryDepth(UINT32_MAX); in SetRawDisplay()
H A DValueObjectPrinter.cpp617 .SetOmitSummaryDepth(child_options.m_omit_summary_depth > 1 in PrintChild()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h94 DumpValueObjectOptions &SetOmitSummaryDepth(uint32_t depth = 0);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp198 options.SetOmitSummaryDepth(no_summary_depth); in GetAsDumpOptions()