Home
last modified time | relevance | path

Searched refs:GetFormatAtIndex (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/bindings/interface/
H A DSBTypeCategoryExtensions.i43 …ters_access_class (self,self.__class__.GetNumFormats,self.__class__.GetFormatAtIndex,self.__class_…
49 formats.append(self.GetFormatAtIndex(idx))
/llvm-project/lldb/include/lldb/API/
H A DSBTypeCategory.h70 SBTypeFormat GetFormatAtIndex(uint32_t);
/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp269 SBTypeFormat SBTypeCategory::GetFormatAtIndex(uint32_t index) { in GetFormatAtIndex() function in SBTypeCategory
274 return SBTypeFormat(m_opaque_sp->GetFormatAtIndex((index))); in GetFormatAtIndex()
/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp270 TypeCategoryImpl::GetFormatAtIndex(size_t index) { in GetFormatAtIndex() function in TypeCategoryImpl
/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h307 FormatContainer::MapValueType GetFormatAtIndex(size_t index);