Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp69 SetOmitSummaryDepth(UINT32_MAX); in SetShowSummary()
71 SetOmitSummaryDepth(0); in SetShowSummary()
98 DumpValueObjectOptions::SetOmitSummaryDepth(uint32_t depth) { in SetOmitSummaryDepth() function in DumpValueObjectOptions
110 SetOmitSummaryDepth(UINT32_MAX); in SetRawDisplay()
H A DValueObjectPrinter.cpp574 .SetOmitSummaryDepth(child_options.m_omit_summary_depth > 1 in PrintChild()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h90 DumpValueObjectOptions &SetOmitSummaryDepth(uint32_t depth = 0);
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp192 options.SetOmitSummaryDepth(no_summary_depth); in GetAsDumpOptions()