Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp99 if (IsOneLiner()) { in FormatObject()
129 IsOneLiner() ? " (one-line printout)" : "", in GetDescription()
162 IsOneLiner() ? " (one-line printout)" : "", in GetDescription()
225 IsOneLiner() ? " (one-line printout)" : "", in GetDescription()
303 IsOneLiner() ? " (one-line printout)" : "", in GetDescription()
H A DFormatManager.cpp467 return valobj.GetSummaryFormat()->IsOneLiner(); in ShouldPrintAsOneLiner()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h226 bool IsOneLiner() const { return m_flags.GetShowMembersOneLiner(); } in IsOneLiner() function