Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTypeCategory.i91 GetFormatAtIndex (uint32_t);
162 …ters_access_class (self,self.__class__.GetNumFormats,self.__class__.GetFormatAtIndex,self.__class_…
168 formats.append(self.GetFormatAtIndex(idx))
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTypeCategory.h70 SBTypeFormat GetFormatAtIndex(uint32_t);
/llvm-project-15.0.7/lldb/source/API/
H A DSBTypeCategory.cpp297 SBTypeFormat SBTypeCategory::GetFormatAtIndex(uint32_t index) { in GetFormatAtIndex() function in SBTypeCategory
302 return SBTypeFormat(m_opaque_sp->GetFormatAtIndex((index))); in GetFormatAtIndex()
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h252 FormatContainer::MapValueType GetFormatAtIndex(size_t index);
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DTypeCategory.cpp393 TypeCategoryImpl::GetFormatAtIndex(size_t index) { in GetFormatAtIndex() function in TypeCategoryImpl