Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTypeCategory.h79 SBTypeFormat GetFormatAtIndex(uint32_t);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeCategory.cpp260 SBTypeFormat SBTypeCategory::GetFormatAtIndex(uint32_t index) { in GetFormatAtIndex() function in SBTypeCategory
263 return SBTypeFormat(m_opaque_sp->GetFormatAtIndex((index))); in GetFormatAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h305 FormatContainer::MapValueType GetFormatAtIndex(size_t index);
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategory.cpp514 TypeCategoryImpl::GetFormatAtIndex(size_t index) { in GetFormatAtIndex() function in TypeCategoryImpl