Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp271 return m_format_cont.GetAtIndex(index); in GetFormatAtIndex()
276 return m_summary_cont.GetAtIndex(index); in GetSummaryAtIndex()
281 return m_filter_cont.GetAtIndex(index); in GetFilterAtIndex()
286 return m_synth_cont.GetAtIndex(index); in GetSyntheticAtIndex()
H A DTypeCategoryMap.cpp252 TypeCategoryImplSP TypeCategoryMap::GetAtIndex(uint32_t index) { in GetAtIndex() function in TypeCategoryMap
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategoryMap.h66 lldb::TypeCategoryImplSP GetAtIndex(uint32_t);
H A DTypeCategory.h87 MapValueType GetAtIndex(size_t index) { in GetAtIndex() function
90 return sc->GetAtIndex(index); in GetAtIndex()
H A DFormatManager.h94 return m_categories_map.GetAtIndex(index); in GetCategoryAtIndex()
H A DFormattersContainer.h217 ValueSP GetAtIndex(size_t index) { in GetAtIndex() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h1024 lldb::PlatformSP GetAtIndex(uint32_t idx) { in GetAtIndex() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1153 sb_platform.SetSP(m_opaque_sp->GetPlatformList().GetAtIndex(idx)); in GetPlatformAtIndex()