Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
HDFormatManager.h65 m_categories_map.Enable(category_name,
72 m_categories_map.Disable(category_name); in DisableCategory()
79 m_categories_map.Enable(category,
86 m_categories_map.Disable(category); in DisableCategory()
92 m_categories_map.EnableAllCategories (); in EnableAllCategories()
98 m_categories_map.DisableAllCategories (); in DisableAllCategories()
104 return m_categories_map.Delete(category_name); in DeleteCategory()
110 return m_categories_map.Clear(); in ClearCategories()
116 return m_categories_map.GetCount(); in GetCategoriesCount()
122 return m_categories_map.GetAtIndex(index); in GetCategoryAtIndex()
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDFormatManager.cpp334 uint32_t num_categories = m_categories_map.GetCount(); in GetFormatForType()
360 uint32_t num_categories = m_categories_map.GetCount(); in GetSummaryForType()
386 uint32_t num_categories = m_categories_map.GetCount(); in GetFilterForType()
413 uint32_t num_categories = m_categories_map.GetCount(); in GetSyntheticForType()
455 uint32_t num_categories = m_categories_map.GetCount(); in GetValidatorForType()
482 if (m_categories_map.Get(category_name, category)) in GetCategory()
488m_categories_map.Add(category_name,lldb::TypeCategoryImplSP(new TypeCategoryImpl(this, category_na… in GetCategory()
658 retval = m_categories_map.GetFormat(valobj, use_dynamic); in GetFormat()
716 retval = m_categories_map.GetSummaryFormat(valobj, use_dynamic); in GetSummaryFormat()
775 retval = m_categories_map.GetSyntheticChildren(valobj, use_dynamic); in GetSyntheticChildren()
[all …]