Home
last modified time | relevance | path

Searched refs:SummaryContainer (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeCategory.h66 typedef FormatterContainerPair<TypeSummaryImpl> SummaryContainer; typedef
77 typedef SummaryContainer::ExactMatchContainerSP SummaryContainerSP;
78 typedef SummaryContainer::RegexMatchContainerSP RegexSummaryContainerSP;
106 SetExact(SummaryContainer::ExactMatchForEachCallback callback) { in SetExact()
112 SetWithRegex(SummaryContainer::RegexMatchForEachCallback callback) { in SetWithRegex()
150 SummaryContainer::ExactMatchForEachCallback
154 SummaryContainer::RegexMatchForEachCallback
177 SummaryContainer::ExactMatchForEachCallback m_summary_exact;
178 SummaryContainer::RegexMatchForEachCallback m_summary_regex;
222 SummaryContainer &GetSummaryContainer() { return m_summary_cont; } in GetSummaryContainer()
[all …]
/external/llvm-project/lldb/source/DataFormatters/
DTypeCategory.cpp335 TypeCategoryImpl::SummaryContainer::MapValueType
337 SummaryContainer::MapValueType retval; in GetSummaryForType()
401 TypeCategoryImpl::SummaryContainer::MapValueType