Home
last modified time | relevance | path

Searched refs:m_format (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h50 lldb::Format GetFormat() const { return m_format.GetCurrentValue(); } in GetFormat()
52 OptionValueFormat &GetFormatValue() { return m_format; } in GetFormatValue()
54 const OptionValueFormat &GetFormatValue() const { return m_format; } in GetFormatValue()
67 return m_format.OptionWasSet() || m_byte_size.OptionWasSet() || in AnyOptionWasSet()
76 OptionValueFormat m_format; variable
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp37 : m_format(default_format, default_format), in OptionGroupFormat()
79 error = m_format.SetValueFromString(option_arg); in SetOptionValue()
166 m_format.SetCurrentValue(format); in SetOptionValue()
167 m_format.SetOptionWasSet(); in SetOptionValue()
279 m_format.Clear(); in OptionParsingStarting()
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DTypeSummary.cpp58 m_format.Clear(); in SetSummaryString()
61 m_error = FormatEntity::Parse(format_cstr, m_format); in SetSummaryString()
88 if (FormatEntity::Format(m_format, s, &sc, &exe_ctx, in FormatObject()
H A DValueObjectPrinter.cpp342 lldb::Format format = m_options.m_format; in GetValueSummaryError()
422 m_options.m_format != eFormatDefault) || in PrintValueAndSummaryIfNeeded()
568 child_options.SetFormat(m_options.m_format) in PrintChild()
741 m_options.m_format, in PrintChildrenOneLiner()
H A DDumpValueObjectOptions.cpp121 m_format = format; in SetFormat()
H A DTypeFormat.cpp36 : TypeFormatImpl(flags), m_format(f) {} in TypeFormatImpl_Format()
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h168 lldb::Format GetFormat() const { return m_format; } in GetFormat()
170 void SetFormat(lldb::Format fmt) { m_format = fmt; } in SetFormat()
181 lldb::Format m_format;
H A DDumpValueObjectOptions.h131 lldb::Format m_format = lldb::eFormatDefault; variable
H A DTypeSummary.h280 FormatEntity::Entry m_format; member
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObject.h706 if (format != m_format) in SetFormat()
708 m_format = format; in SetFormat()
889 lldb::Format m_format = lldb::eFormatDefault; variable
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5035 if (FormatEntity::Format(m_format, strm, &sc, &exe_ctx, nullptr, in TreeDelegateDrawTreeItem()
5061 FormatEntity::Entry m_format; member in FrameTreeDelegate
5070 m_format); in ThreadTreeDelegate()
5093 if (FormatEntity::Format(m_format, strm, nullptr, &exe_ctx, nullptr, in TreeDelegateDrawTreeItem()
5158 FormatEntity::Entry m_format; member in ThreadTreeDelegate
5166 m_format); in ThreadsTreeDelegate()
5193 if (FormatEntity::Format(m_format, strm, nullptr, &exe_ctx, nullptr, in TreeDelegateDrawTreeItem()
5276 FormatEntity::Entry m_format; member in ThreadsTreeDelegate
6706 FormatEntity::Parse("Thread: ${thread.id%tid}", m_format); in StatusBarWindowDelegate()
6727 if (thread && FormatEntity::Format(m_format, strm, nullptr, &exe_ctx, in WindowDelegateDraw()
[all …]
H A DValueObject.cpp3072 if (with_fmt_info->m_format != lldb::eFormatDefault) in GetFormat()
3073 return with_fmt_info->m_format; in GetFormat()
3076 return m_format; in GetFormat()