Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DFormatManager.h62 m_categories_map.Enable(category_sp, pos); in EnableCategory()
68 m_categories_map.Disable(category_name); in DisableCategory()
74 m_categories_map.Enable(category, pos);
78 m_categories_map.Disable(category); in DisableCategory()
86 return m_categories_map.Delete(category_name); in DeleteCategory()
89 void ClearCategories() { return m_categories_map.Clear(); } in ClearCategories()
91 uint32_t GetCategoriesCount() { return m_categories_map.GetCount(); } in GetCategoriesCount()
94 return m_categories_map.GetAtIndex(index); in GetCategoryAtIndex()
136 return m_categories_map.AnyMatches(type_name, items, only_enabled,
191 TypeCategoryMap m_categories_map; variable
[all …]
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DFormatManager.cpp158 m_categories_map.EnableAllCategories(); in EnableAllCategories()
167 m_categories_map.DisableAllCategories(); in DisableAllCategories()
309 uint32_t num_categories = m_categories_map.GetCount(); in GetFormatForType()
333 uint32_t num_categories = m_categories_map.GetCount(); in GetSummaryForType()
357 uint32_t num_categories = m_categories_map.GetCount(); in GetFilterForType()
381 uint32_t num_categories = m_categories_map.GetCount(); in GetSyntheticForType()
402 m_categories_map.ForEach(callback); in ForEachCategory()
417 if (m_categories_map.Get(category_name, category)) in GetCategory()
423 m_categories_map.Add( in GetCategory()
656 m_categories_map.Get(match_data, retval_sp); in GetCached()
[all …]