Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h79 DumpValueObjectOptions &SetShowSummary(bool show = true);
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp68 DumpValueObjectOptions &DumpValueObjectOptions::SetShowSummary(bool show) { in SetShowSummary() function in DumpValueObjectOptions
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp196 options.SetShowSummary(false); in GetAsDumpOptions()