Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatManager.h61 if (m_categories_map.Get(category_name, category_sp) && category_sp) { in EnableCategory()
62 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(candidate_type, items, only_enabled,
[all …]
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp157 m_categories_map.EnableAllCategories(); in EnableAllCategories()
166 m_categories_map.DisableAllCategories(); in DisableAllCategories()
303 uint32_t num_categories = m_categories_map.GetCount(); in GetFormatForType()
327 uint32_t num_categories = m_categories_map.GetCount(); in GetSummaryForType()
351 uint32_t num_categories = m_categories_map.GetCount(); in GetFilterForType()
375 uint32_t num_categories = m_categories_map.GetCount(); in GetSyntheticForType()
396 m_categories_map.ForEach(callback); in ForEachCategory()
411 if (m_categories_map.Get(category_name, category)) in GetCategory()
417 m_categories_map.Add( in GetCategory()
664 m_categories_map.Get(match_data, retval_sp); in GetCached()
[all …]