Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp248 TypeCategoryImplSP TypeCategoryMap::GetAtIndex(uint32_t index) { in GetAtIndex() function in TypeCategoryMap
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DTypeCategoryMap.h70 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
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h993 lldb::PlatformSP GetAtIndex(uint32_t idx) { in GetAtIndex() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp1139 sb_platform.SetSP(m_opaque_sp->GetPlatformList().GetAtIndex(idx)); in GetPlatformAtIndex()