| /freebsd-13.1/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() 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 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 | 126 sstr.Printf("%s%s%s%s", FormatManager::GetFormatAsCString(GetFormat()), in GetDescription()
|
| /freebsd-13.1/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 | TypeCategoryMap.h | 108 friend class FormatManager; variable
|
| H A D | FormatClasses.h | 33 FormatManager &)>;
|
| H A D | TypeCategory.h | 346 friend class FormatManager; variable
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionArgParser.cpp | 96 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 D | OptionValueFormat.cpp | 25 strm.PutCString(FormatManager::GetFormatAsCString(m_current_value)); in DumpValue()
|
| H A D | CommandObject.cpp | 683 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 D | CPlusPlusLanguage.cpp | 1037 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 D | FormatEntity.cpp | 374 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 D | ValueObject.cpp | 1254 Format format = FormatManager::GetSingleItemFormat(custom_format); in DumpPrintableRepresentation()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-forward.h | 95 class FormatManager; variable
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | DynamicRegisterInfo.cpp | 762 FormatManager::GetFormatAsCString(m_regs[i].format)); in Dump()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | Makefile | 201 SRCS+= DataFormatters/FormatManager.cpp
|