Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatManager.cpp111 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 DFormatClasses.cpp27 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 DLanguageCategory.cpp130 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 DDataVisualization.cpp17 static FormatManager &GetFormatManager() { in GetFormatManager()
18 static FormatManager g_format_manager; in GetFormatManager()
203 FormatManager::GetValidTypeName(type), entry); in Add()
H A DTypeFormat.cpp128 sstr.Printf("%s%s%s%s", FormatManager::GetFormatAsCString(GetFormat()), in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DLanguageCategory.h39 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 DFormatManager.h37 class FormatManager : public IFormatChangeListener {
45 FormatManager();
47 ~FormatManager() override = default;
H A DTypeCategoryMap.h117 friend class FormatManager; variable
H A DFormatClasses.h35 FormatManager &)>;
H A DFormattersContainer.h165 friend class FormatManager; variable
H A DTypeCategory.h422 friend class FormatManager; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
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()
H A DOptionValueFormat.cpp26 strm.PutCString(FormatManager::GetFormatAsCString(m_current_value)); in DumpValue()
H A DCommandObject.cpp670 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 DCPlusPlusLanguage.cpp974 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 DFormatEntity.cpp391 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 DValueObject.cpp1353 Format format = FormatManager::GetSingleItemFormat(custom_format); in DumpPrintableRepresentation()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h111 class FormatManager; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp706 FormatManager::GetFormatAsCString(m_regs[i].format)); in Dump()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile183 SRCS+= DataFormatters/FormatManager.cpp