Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategory.cpp516 return GetTypeFormatsContainer()->GetAtIndex(index); in GetFormatAtIndex()
518 return GetRegexTypeFormatsContainer()->GetAtIndex( in GetFormatAtIndex()
525 return GetTypeSummariesContainer()->GetAtIndex(index); in GetSummaryAtIndex()
527 return GetRegexTypeSummariesContainer()->GetAtIndex( in GetSummaryAtIndex()
534 return GetTypeFiltersContainer()->GetAtIndex(index); in GetFilterAtIndex()
536 return GetRegexTypeFiltersContainer()->GetAtIndex( in GetFilterAtIndex()
562 return GetTypeSyntheticsContainer()->GetAtIndex(index); in GetSyntheticAtIndex()
564 return GetRegexTypeSyntheticsContainer()->GetAtIndex( in GetSyntheticAtIndex()
581 return GetTypeValidatorsContainer()->GetAtIndex(index); in GetValidatorAtIndex()
583 return GetRegexTypeValidatorsContainer()->GetAtIndex( in GetValidatorAtIndex()
H A DTypeCategoryMap.cpp364 TypeCategoryImplSP TypeCategoryMap::GetAtIndex(uint32_t index) { in GetAtIndex() function in TypeCategoryMap
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeCategoryMap.h70 lldb::TypeCategoryImplSP GetAtIndex(uint32_t);
H A DFormatManager.h104 return m_categories_map.GetAtIndex(index); in GetCategoryAtIndex()
H A DFormattersContainer.h216 MapValueType GetAtIndex(size_t index) { in GetAtIndex() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h1065 lldb::PlatformSP GetAtIndex(uint32_t idx) { in GetAtIndex() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp849 sb_platform.SetSP(m_opaque_sp->GetPlatformList().GetAtIndex(idx)); in GetPlatformAtIndex()