| /freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormatManager.cpp | 116 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 D | FormatClasses.cpp | 25 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 D | LanguageCategory.cpp | 90 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 D | DataVisualization.cpp | 15 static FormatManager &GetFormatManager() { in GetFormatManager() 16 static FormatManager g_format_manager; in GetFormatManager()
|
| H A D | TypeFormat.cpp | 128 sstr.Printf("%s%s%s%s", FormatManager::GetFormatAsCString(GetFormat()), in GetDescription()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueFormat.cpp | 25 strm.PutCString(FormatManager::GetFormatAsCString(m_current_value)); in DumpValue() 30 return FormatManager::GetFormatAsCString(m_current_value); in ToJSON()
|
| H A D | OptionArgParser.cpp | 97 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 D | CommandOptionArgumentTable.cpp | 149 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 D | FormatManager.h | 36 class FormatManager : public IFormatChangeListener { 44 FormatManager(); 46 ~FormatManager() override = default;
|
| H A D | LanguageCategory.h | 30 bool GetHardcoded(FormatManager &fmt_mgr, FormattersMatchData &match_data,
|
| H A D | FormatClasses.h | 34 FormatManager &)>;
|
| H A D | TypeCategory.h | 387 friend class FormatManager; variable
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.cpp | 1529 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 D | FormatEntity.cpp | 366 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 D | ValueObject.cpp | 1220 Format format = FormatManager::GetSingleItemFormat(custom_format); in DumpPrintableRepresentation()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-forward.h | 101 class FormatManager; variable
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | DynamicRegisterInfo.cpp | 760 FormatManager::GetFormatAsCString(m_regs[i].format)); in Dump()
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | Makefile | 213 SRCS+= DataFormatters/FormatManager.cpp
|