Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DFormatManager.cpp116 void FormatManager::Changed() { in Changed()
126 bool FormatManager::GetFormatFromCString(const char *format_cstr, in GetFormatFromCString()
144 char FormatManager::GetFormatAsFormatChar(lldb::Format format) { in GetFormatAsFormatChar()
152 const char *FormatManager::GetFormatAsCString(Format format) { in GetFormatAsCString()
158 void FormatManager::EnableAllCategories() { in EnableAllCategories()
167 void FormatManager::DisableAllCategories() { in DisableAllCategories()
176 void FormatManager::GetPossibleMatches( in GetPossibleMatches()
295 FormatManager::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType()
319 FormatManager::GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSummaryForType()
343 FormatManager::GetFilterForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFilterForType()
[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 DCMakeLists.txt7 FormatManager.cpp
H A DDataVisualization.cpp15 static FormatManager &GetFormatManager() { in GetFormatManager()
16 static FormatManager g_format_manager; in GetFormatManager()
H A DTypeFormat.cpp128 sstr.Printf("%s%s%s%s", FormatManager::GetFormatAsCString(GetFormat()), in GetDescription()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueFormat.cpp25 strm.PutCString(FormatManager::GetFormatAsCString(m_current_value)); in DumpValue()
30 return FormatManager::GetFormatAsCString(m_current_value); in ToJSON()
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()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandOptionArgumentTable.cpp149 char format_char = FormatManager::GetFormatAsFormatChar(f); in FormatHelpTextCallback()
153 sstr.Printf("\"%s\"", FormatManager::GetFormatAsCString(f)); in FormatHelpTextCallback()
/openbsd-src/gnu/llvm/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 DFormatClasses.h34 FormatManager &)>;
H A DTypeCategory.h387 friend class FormatManager; variable
/openbsd-src/gnu/usr.bin/clang/liblldbDataFormatters/
H A DMakefile13 FormatManager.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/DataFormatters/
H A DBUILD.gn19 "FormatManager.cpp",
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1387 FormatManager &) -> TypeSummaryImpl::SharedPointer { in GetHardcodedSummaries() argument
1400 FormatManager &fmt_mgr) -> TypeSummaryImpl::SharedPointer { in GetHardcodedSummaries()
1420 FormatManager &fmt_mgr) -> TypeSummaryImpl::SharedPointer { in GetHardcodedSummaries()
1450 lldb::DynamicValueType, FormatManager &fmt_mgr) in GetHardcodedSynthetics()
1468 lldb::DynamicValueType, FormatManager &fmt_mgr) in GetHardcodedSynthetics()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp373 s.Printf("lldb-format = %s, ", FormatManager::GetFormatAsCString(fmt)); in Dump()
913 FormatManager::GetFormatAsFormatChar(entry.fmt); in DumpValue()
918 FormatManager::GetFormatAsCString(entry.fmt); in DumpValue()
2165 if (FormatManager::GetFormatFromCString( in ParseInternal()
2217 } else if (FormatManager::GetFormatFromCString( in ParseInternal()
H A DValueObject.cpp1266 Format format = FormatManager::GetSingleItemFormat(custom_format); in DumpPrintableRepresentation()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h101 class FormatManager; variable
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DDynamicRegisterInfo.cpp746 FormatManager::GetFormatAsCString(m_regs[i].format)); in Dump()
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dvariable.rst828 for this are found at FormatManager.cpp