Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h27 void AddSummary(TypeCategoryImpl::SharedPointer category_sp,
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp34 void lldb_private::formatters::AddSummary( in AddSummary() function in lldb_private::formatters
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp215 AddSummary(ConstString(type_name), script_format, in IOHandlerInputComplete()
271 bool AddSummary(ConstString type_name, lldb::TypeSummaryImplSP entry,
1326 AddSummary(ConstString(entry.ref()), script_format, m_options.m_match_type, in Execute_ScriptSummary()
1396 AddSummary(typeCS, entry, m_options.m_match_type, m_options.m_category, in Execute_StringSummary()
1561 bool CommandObjectTypeSummaryAdd::AddSummary(ConstString type_name, in AddSummary() function in CommandObjectTypeSummaryAdd