Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp455 return valobj.GetSummaryFormat()->IsOneLiner(); in ShouldPrintAsOneLiner()
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h222 bool IsOneLiner() const { return m_flags.GetShowMembersOneLiner(); } in IsOneLiner() function