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.cpp431 lldb::Format FormatManager::GetSingleItemFormat(lldb::Format vector_format) { in GetSingleItemFormat() function in FormatManager
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp1440 Format format = FormatManager::GetSingleItemFormat(custom_format); in DumpPrintableRepresentation()