Home
last modified time | relevance | path

Searched refs:GetSingleItemFormat (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatManager.h182 static lldb::Format GetSingleItemFormat(lldb::Format vector_format);
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatManager.cpp451 lldb::Format FormatManager::GetSingleItemFormat(lldb::Format vector_format) { in GetSingleItemFormat() function in FormatManager
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp1353 Format format = FormatManager::GetSingleItemFormat(custom_format); in DumpPrintableRepresentation()