Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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))
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp311 SBTypeFormat SBTypeCategory::GetFormatAtIndex(uint32_t index) { in GetFormatAtIndex() function in SBTypeCategory
312 LLDB_RECORD_METHOD(lldb::SBTypeFormat, SBTypeCategory, GetFormatAtIndex, in GetFormatAtIndex()
318 SBTypeFormat(m_opaque_sp->GetFormatAtIndex((index)))); in GetFormatAtIndex()
704 LLDB_REGISTER_METHOD(lldb::SBTypeFormat, SBTypeCategory, GetFormatAtIndex, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeCategory.h70 SBTypeFormat GetFormatAtIndex(uint32_t);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h252 FormatContainer::MapValueType GetFormatAtIndex(size_t index);
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp393 TypeCategoryImpl::GetFormatAtIndex(size_t index) { in GetFormatAtIndex() function in TypeCategoryImpl
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp60722 result = (arg1)->GetFormatAtIndex(arg2); in _wrap_SBTypeCategory_GetFormatAtIndex()