Home
last modified time | relevance | path

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

/freebsd-13.1/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()
611 ImplSP FormatManager::Get(ValueObject &valobj, in Get()
670 FormatManager::GetFormat(ValueObject &valobj, in GetFormat()
676 FormatManager::GetSummaryFormat(ValueObject &valobj, in GetSummaryFormat()
682 FormatManager::GetSyntheticChildren(ValueObject &valobj, in GetSyntheticChildren()
687 FormatManager::FormatManager() in FormatManager() function in FormatManager
702 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.cpp126 sstr.Printf("%s%s%s%s", FormatManager::GetFormatAsCString(GetFormat()), in GetDescription()
/freebsd-13.1/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 DTypeCategoryMap.h108 friend class FormatManager; variable
H A DFormatClasses.h33 FormatManager &)>;
H A DTypeCategory.h346 friend class FormatManager; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionArgParser.cpp96 if (!FormatManager::GetFormatFromCString(s, partial_match_ok, format)) { in ToFormat()
101 char format_char = FormatManager::GetFormatAsFormatChar(f); in ToFormat()
105 error_strm.Printf("\"%s\"", FormatManager::GetFormatAsCString(f)); in ToFormat()
H A DOptionValueFormat.cpp25 strm.PutCString(FormatManager::GetFormatAsCString(m_current_value)); in DumpValue()
H A DCommandObject.cpp683 char format_char = FormatManager::GetFormatAsFormatChar(f); in FormatHelpTextCallback()
687 sstr.Printf("\"%s\"", FormatManager::GetFormatAsCString(f)); in FormatHelpTextCallback()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1037 FormatManager &) -> TypeSummaryImpl::SharedPointer { in GetHardcodedSummaries() argument
1050 FormatManager &fmt_mgr) -> TypeSummaryImpl::SharedPointer { in GetHardcodedSummaries()
1070 FormatManager &fmt_mgr) -> TypeSummaryImpl::SharedPointer { in GetHardcodedSummaries()
1101 FormatManager & in GetHardcodedSynthetics()
1120 FormatManager & in GetHardcodedSynthetics()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp374 s.Printf("lldb-format = %s, ", FormatManager::GetFormatAsCString(fmt)); in Dump()
921 FormatManager::GetFormatAsFormatChar(entry.fmt); in DumpValue()
926 FormatManager::GetFormatAsCString(entry.fmt); in DumpValue()
2200 if (FormatManager::GetFormatFromCString( in ParseInternal()
2252 } else if (FormatManager::GetFormatFromCString( in ParseInternal()
H A DValueObject.cpp1254 Format format = FormatManager::GetSingleItemFormat(custom_format); in DumpPrintableRepresentation()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h95 class FormatManager; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp762 FormatManager::GetFormatAsCString(m_regs[i].format)); in Dump()
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile201 SRCS+= DataFormatters/FormatManager.cpp