Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp70 SetOmitSummaryDepth(UINT32_MAX); in SetShowSummary()
72 SetOmitSummaryDepth(0); in SetShowSummary()
99 DumpValueObjectOptions::SetOmitSummaryDepth(uint32_t depth) { in SetOmitSummaryDepth() function in DumpValueObjectOptions
111 SetOmitSummaryDepth(UINT32_MAX); in SetRawDisplay()
H A DValueObjectPrinter.cpp574 .SetOmitSummaryDepth(child_options.m_omit_summary_depth > 1 in PrintChild()
/openbsd/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h90 DumpValueObjectOptions &SetOmitSummaryDepth(uint32_t depth = 0);
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp198 options.SetOmitSummaryDepth(no_summary_depth); in GetAsDumpOptions()