Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DTypeCategory.cpp395 return GetTypeFormatsContainer()->GetAtIndex(index); in GetFormatAtIndex()
397 return GetRegexTypeFormatsContainer()->GetAtIndex( in GetFormatAtIndex()
404 return GetTypeSummariesContainer()->GetAtIndex(index); in GetSummaryAtIndex()
406 return GetRegexTypeSummariesContainer()->GetAtIndex( in GetSummaryAtIndex()
413 return GetTypeFiltersContainer()->GetAtIndex(index); in GetFilterAtIndex()
415 return GetRegexTypeFiltersContainer()->GetAtIndex( in GetFilterAtIndex()
440 return GetTypeSyntheticsContainer()->GetAtIndex(index); in GetSyntheticAtIndex()
442 return GetRegexTypeSyntheticsContainer()->GetAtIndex( in GetSyntheticAtIndex()
DTypeCategoryMap.cpp247 TypeCategoryImplSP TypeCategoryMap::GetAtIndex(uint32_t index) { in GetAtIndex() function in TypeCategoryMap
/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeCategoryMap.h69 lldb::TypeCategoryImplSP GetAtIndex(uint32_t);
DFormatManager.h94 return m_categories_map.GetAtIndex(index); in GetCategoryAtIndex()
DFormattersContainer.h166 ValueSP GetAtIndex(size_t index) { in GetAtIndex() function
/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h973 lldb::PlatformSP GetAtIndex(uint32_t idx) { in GetAtIndex() function
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp1063 sb_platform.SetSP(m_opaque_sp->GetPlatformList().GetAtIndex(idx)); in GetPlatformAtIndex()