| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | FormatManager.cpp | 111 void FormatManager::Changed() { in Changed() 153 void FormatManager::EnableAllCategories() { in EnableAllCategories() 162 void FormatManager::DisableAllCategories() { in DisableAllCategories() 171 void FormatManager::GetPossibleMatches( in GetPossibleMatches() 643 FormatManager::GetFormat(ValueObject &valobj, in GetFormat() 721 FormatManager::GetSummaryFormat(ValueObject &valobj, in GetSummaryFormat() 800 FormatManager::GetSyntheticChildren(ValueObject &valobj, in GetSyntheticChildren() 866 FormatManager::GetValidator(ValueObject &valobj, in GetValidator() 943 FormatManager::FormatManager() in FormatManager() function in FormatManager 958 void FormatManager::LoadSystemFormatters() { in LoadSystemFormatters() [all …]
|
| H A D | FormatClasses.cpp | 27 m_type_for_cache = FormatManager::GetTypeForCache(valobj, use_dynamic); 28 m_candidate_languages = FormatManager::GetCandidateLanguages(valobj); 35 FormatManager::GetPossibleMatches(m_valobj, m_dynamic_value_type); in GetMatchesVector()
|
| H A D | LanguageCategory.cpp | 130 bool LanguageCategory::GetHardcoded(FormatManager &fmt_mgr, in GetHardcoded() 150 bool LanguageCategory::GetHardcoded(FormatManager &fmt_mgr, in GetHardcoded() 170 bool LanguageCategory::GetHardcoded(FormatManager &fmt_mgr, in GetHardcoded() 190 bool LanguageCategory::GetHardcoded(FormatManager &fmt_mgr, in GetHardcoded()
|
| H A D | DataVisualization.cpp | 17 static FormatManager &GetFormatManager() { in GetFormatManager() 18 static FormatManager g_format_manager; in GetFormatManager() 203 FormatManager::GetValidTypeName(type), entry); in Add()
|
| H A D | TypeFormat.cpp | 128 sstr.Printf("%s%s%s%s", FormatManager::GetFormatAsCString(GetFormat()), in GetDescription()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| H A D | LanguageCategory.h | 39 bool GetHardcoded(FormatManager &fmt_mgr, FormattersMatchData &match_data, 42 bool GetHardcoded(FormatManager &fmt_mgr, FormattersMatchData &match_data, 45 bool GetHardcoded(FormatManager &fmt_mgr, FormattersMatchData &match_data, 48 bool GetHardcoded(FormatManager &fmt_mgr, FormattersMatchData &match_data,
|
| H A D | FormatManager.h | 37 class FormatManager : public IFormatChangeListener { 45 FormatManager(); 47 ~FormatManager() override = default;
|
| H A D | TypeCategoryMap.h | 117 friend class FormatManager; variable
|
| H A D | FormatClasses.h | 35 FormatManager &)>;
|
| H A D | FormattersContainer.h | 165 friend class FormatManager; variable
|
| H A D | TypeCategory.h | 422 friend class FormatManager; variable
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| 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()
|
| H A D | OptionValueFormat.cpp | 26 strm.PutCString(FormatManager::GetFormatAsCString(m_current_value)); in DumpValue()
|
| H A D | CommandObject.cpp | 670 char format_char = FormatManager::GetFormatAsFormatChar(f); in FormatHelpTextCallback() 674 sstr.Printf("\"%s\"", FormatManager::GetFormatAsCString(f)); in FormatHelpTextCallback()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.cpp | 974 FormatManager &) -> TypeSummaryImpl::SharedPointer { in GetHardcodedSummaries() argument 987 FormatManager &fmt_mgr) -> TypeSummaryImpl::SharedPointer { in GetHardcodedSummaries() 1007 FormatManager &fmt_mgr) -> TypeSummaryImpl::SharedPointer { in GetHardcodedSummaries() 1038 FormatManager & in GetHardcodedSynthetics() 1057 FormatManager & in GetHardcodedSynthetics()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 391 s.Printf("lldb-format = %s, ", FormatManager::GetFormatAsCString(fmt)); in Dump() 949 FormatManager::GetFormatAsFormatChar(entry.fmt); in DumpValue() 954 FormatManager::GetFormatAsCString(entry.fmt); in DumpValue() 2173 if (FormatManager::GetFormatFromCString( in ParseInternal() 2225 } else if (FormatManager::GetFormatFromCString( in ParseInternal()
|
| H A D | ValueObject.cpp | 1353 Format format = FormatManager::GetSingleItemFormat(custom_format); in DumpPrintableRepresentation()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-forward.h | 111 class FormatManager; variable
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | DynamicRegisterInfo.cpp | 706 FormatManager::GetFormatAsCString(m_regs[i].format)); in Dump()
|
| /freebsd-12.1/lib/clang/liblldb/ |
| H A D | Makefile | 183 SRCS+= DataFormatters/FormatManager.cpp
|