Home
last modified time | relevance | path

Searched refs:GetCategoryAtIndex (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/source/DataFormatters/
DDataVisualization.cpp166 DataVisualization::Categories::GetCategoryAtIndex(size_t index) { in GetCategoryAtIndex() function in DataVisualization::Categories
167 return GetFormatManager().GetCategoryAtIndex(index); in GetCategoryAtIndex()
DFormatManager.cpp314 category_sp = GetCategoryAtIndex(category_id); in GetFormatForType()
338 category_sp = GetCategoryAtIndex(category_id); in GetSummaryForType()
362 category_sp = GetCategoryAtIndex(category_id); in GetFilterForType()
386 category_sp = GetCategoryAtIndex(category_id); in GetSyntheticForType()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DDataVisualization.h118 static lldb::TypeCategoryImplSP GetCategoryAtIndex(size_t);
DFormatManager.h93 lldb::TypeCategoryImplSP GetCategoryAtIndex(size_t index) { in GetCategoryAtIndex() function
/external/llvm-project/lldb/bindings/interface/
DSBDebugger.i465 GetCategoryAtIndex (uint32_t);
/external/llvm-project/lldb/include/lldb/API/
DSBDebugger.h281 SBTypeCategory GetCategoryAtIndex(uint32_t);
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp1557 SBTypeCategory SBDebugger::GetCategoryAtIndex(uint32_t index) { in GetCategoryAtIndex() function in SBDebugger
1558 LLDB_RECORD_METHOD(lldb::SBTypeCategory, SBDebugger, GetCategoryAtIndex, in GetCategoryAtIndex()
1562 SBTypeCategory(DataVisualization::Categories::GetCategoryAtIndex(index))); in GetCategoryAtIndex()
1829 LLDB_REGISTER_METHOD(lldb::SBTypeCategory, SBDebugger, GetCategoryAtIndex, in RegisterMethods()