Home
last modified time | relevance | path

Searched refs:SetSummary (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatCache.cpp35 SetSummary(summary_sp); in Entry()
57 SetSummary(summary_sp); in Entry()
89 void FormatCache::Entry::SetSummary(lldb::TypeSummaryImplSP summary_sp) { in SetSummary() function in FormatCache::Entry
199 void FormatCache::SetSummary(const ConstString &type, in SetSummary() function in FormatCache
202 GetEntry(type).SetSummary(summary_sp); in SetSummary()
H A DLanguageCategory.cpp79 m_format_cache.SetSummary(match_data.GetTypeForCache(), format_sp); in Get()
165 m_format_cache.SetSummary(match_data.GetTypeForCache(), format_sp); in GetHardcoded()
H A DDumpValueObjectOptions.cpp127 DumpValueObjectOptions::SetSummary(lldb::TypeSummaryImplSP summary) { in SetSummary() function in DumpValueObjectOptions
H A DValueObjectPrinter.cpp567 .SetSummary() in PrintChild()
H A DFormatManager.cpp777 m_format_cache.SetSummary(match_data.GetTypeForCache(), retval); in GetSummaryFormat()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatCache.h62 void SetSummary(lldb::TypeSummaryImplSP);
92 void SetSummary(const ConstString &type, lldb::TypeSummaryImplSP &summary_sp);
H A DDumpValueObjectOptions.h103 SetSummary(lldb::TypeSummaryImplSP summary = lldb::TypeSummaryImplSP());
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp208 .SetSummary(summary_sp); in GetAsDumpOptions()