Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatManager.h91 uint32_t GetCategoriesCount() { return m_categories_map.GetCount(); } in GetCategoriesCount() function
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp162 return GetFormatManager().GetCategoriesCount(); in GetCount()