Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatManager.h150 static lldb::Format GetSingleItemFormat(lldb::Format vector_format);
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp423 lldb::Format FormatManager::GetSingleItemFormat(lldb::Format vector_format) { in GetSingleItemFormat() function in FormatManager
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1412 Format format = FormatManager::GetSingleItemFormat(custom_format); in DumpPrintableRepresentation()