Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp116 void FormatManager::Changed() { in Changed()
158 void FormatManager::EnableAllCategories() { in EnableAllCategories()
167 void FormatManager::DisableAllCategories() { in DisableAllCategories()
176 void FormatManager::GetPossibleMatches( in GetPossibleMatches()
609 ImplSP FormatManager::Get(ValueObject &valobj, in Get()
667 FormatManager::GetFormat(ValueObject &valobj, in GetFormat()
673 FormatManager::GetSummaryFormat(ValueObject &valobj, in GetSummaryFormat()
679 FormatManager::GetSyntheticChildren(ValueObject &valobj, in GetSyntheticChildren()
684 FormatManager::FormatManager() in FormatManager() function in FormatManager
699 void FormatManager::LoadSystemFormatters() { in LoadSystemFormatters()
[all …]
H A DFormatClasses.cpp25 m_type_for_cache = FormatManager::GetTypeForCache(valobj, use_dynamic);
27 FormatManager::GetCandidateLanguages(valobj.GetObjectRuntimeLanguage());
34 FormatManager::GetPossibleMatches(m_valobj, m_dynamic_value_type); in GetMatchesVector()
H A DLanguageCategory.cpp90 bool LanguageCategory::GetHardcoded(FormatManager &fmt_mgr, in GetHardcoded()
111 FormatManager &, FormattersMatchData &, lldb::TypeFormatImplSP &);
113 FormatManager &, FormattersMatchData &, lldb::TypeSummaryImplSP &);
115 FormatManager &, FormattersMatchData &, lldb::SyntheticChildrenSP &);
H A DDataVisualization.cpp15 static FormatManager &GetFormatManager() { in GetFormatManager()
16 static FormatManager g_format_manager; in GetFormatManager()
H A DTypeFormat.cpp128 sstr.Printf("%s%s%s%s", FormatManager::GetFormatAsCString(GetFormat()), in GetDescription()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFormat.cpp25 strm.PutCString(FormatManager::GetFormatAsCString(m_current_value)); in DumpValue()
30 return FormatManager::GetFormatAsCString(m_current_value); in ToJSON()
H A DOptionArgParser.cpp97 if (!FormatManager::GetFormatFromCString(s, partial_match_ok, format)) { in ToFormat()
102 char format_char = FormatManager::GetFormatAsFormatChar(f); in ToFormat()
106 error_strm.Printf("\"%s\"", FormatManager::GetFormatAsCString(f)); in ToFormat()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionArgumentTable.cpp149 char format_char = FormatManager::GetFormatAsFormatChar(f); in FormatHelpTextCallback()
153 sstr.Printf("\"%s\"", FormatManager::GetFormatAsCString(f)); in FormatHelpTextCallback()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatManager.h36 class FormatManager : public IFormatChangeListener {
44 FormatManager();
46 ~FormatManager() override = default;
H A DLanguageCategory.h30 bool GetHardcoded(FormatManager &fmt_mgr, FormattersMatchData &match_data,
H A DFormatClasses.h34 FormatManager &)>;
H A DTypeCategory.h387 friend class FormatManager; variable
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1529 FormatManager &) -> TypeSummaryImpl::SharedPointer { in GetHardcodedSummaries() argument
1544 FormatManager &fmt_mgr) -> TypeSummaryImpl::SharedPointer { in GetHardcodedSummaries()
1564 FormatManager &fmt_mgr) -> TypeSummaryImpl::SharedPointer { in GetHardcodedSummaries()
1594 lldb::DynamicValueType, FormatManager &fmt_mgr) in GetHardcodedSynthetics()
1612 lldb::DynamicValueType, FormatManager &fmt_mgr) in GetHardcodedSynthetics()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp366 s.Printf("lldb-format = %s, ", FormatManager::GetFormatAsCString(fmt)); in Dump()
906 FormatManager::GetFormatAsFormatChar(entry.fmt); in DumpValue()
911 FormatManager::GetFormatAsCString(entry.fmt); in DumpValue()
2154 if (FormatManager::GetFormatFromCString( in ParseInternal()
2206 } else if (FormatManager::GetFormatFromCString( in ParseInternal()
H A DValueObject.cpp1220 Format format = FormatManager::GetSingleItemFormat(custom_format); in DumpPrintableRepresentation()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h101 class FormatManager; variable
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DDynamicRegisterInfo.cpp760 FormatManager::GetFormatAsCString(m_regs[i].format)); in Dump()
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile213 SRCS+= DataFormatters/FormatManager.cpp