Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DTypeSummary.cpp82 if (IsOneLiner()) { in FormatObject()
109 IsOneLiner() ? " (one-line printout)" : "", in GetDescription()
137 IsOneLiner() ? " (one-line printout)" : "", in GetDescription()
186 IsOneLiner() ? " (one-line printout)" : "", in GetDescription()
H A DFormatManager.cpp465 return valobj.GetSummaryFormat()->IsOneLiner(); in ShouldPrintAsOneLiner()
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h222 bool IsOneLiner() const { return m_flags.GetShowMembersOneLiner(); } in IsOneLiner() function