Home
last modified time | relevance | path

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

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