Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp15 static FormatManager &GetFormatManager() { in GetFormatManager() function
20 void DataVisualization::ForceUpdate() { GetFormatManager().Changed(); } in ForceUpdate()
23 return GetFormatManager().GetCurrentRevision(); in GetCurrentRevision()
27 return GetFormatManager().ShouldPrintAsOneLiner(valobj); in ShouldPrintAsOneLiner()
33 return GetFormatManager().GetFormat(valobj, use_dynamic); in GetFormat()
38 return GetFormatManager().GetFormatForType(type_sp); in GetFormatForType()
44 return GetFormatManager().GetSummaryFormat(valobj, use_dynamic); in GetSummaryFormat()
49 return GetFormatManager().GetSummaryForType(type_sp); in GetSummaryForType()
55 return GetFormatManager().GetSyntheticChildren(valobj, use_dynamic); in GetSyntheticChildren()
60 return GetFormatManager().GetFilterForType(type_sp); in GetFilterForType()
[all …]