Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp71 SetOmitSummaryDepth(UINT32_MAX); in SetShowSummary()
73 SetOmitSummaryDepth(0); in SetShowSummary()
100 DumpValueObjectOptions::SetOmitSummaryDepth(uint32_t depth) { in SetOmitSummaryDepth() function in DumpValueObjectOptions
112 SetOmitSummaryDepth(UINT32_MAX); in SetRawDisplay()
H A DValueObjectPrinter.cpp572 .SetOmitSummaryDepth(child_options.m_omit_summary_depth > 1 in PrintChild()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h94 DumpValueObjectOptions &SetOmitSummaryDepth(uint32_t depth = 0);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp198 options.SetOmitSummaryDepth(no_summary_depth); in GetAsDumpOptions()