Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
HDDumpValueObjectOptions.h83 DumpValueObjectOptions &SetShowSummary(bool show = true);
/freebsd-14-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDDumpValueObjectOptions.cpp75 DumpValueObjectOptions &DumpValueObjectOptions::SetShowSummary(bool show) { in SetShowSummary() function in DumpValueObjectOptions
/freebsd-14-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionGroupValueObjectDisplay.cpp196 options.SetShowSummary(false); in GetAsDumpOptions()