Searched defs:GetSummary (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/DataFormatters/
H A DFormatCache.cpp83 FormatCache::Entry::GetSummary () function in class:FormatCache::Entry
129 FormatCache::GetSummary (const ConstString& type,lldb::TypeSummaryImplSP& summary_sp) function in class:FormatCache
138 summary_sp = entry.GetSummary();
/external/lldb/source/API/
H A DSBValue.cpp508 SBValue::GetSummary () function in class:SBValue
521 log->Printf ("SBValue(%p)::GetSummary() => \"%s\"", value_sp.get(), cstr);
523 log->Printf ("SBValue(%p)::GetSummary() => NULL", value_sp.get());

Completed in 113 milliseconds