Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/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.cpp37 : TypeFormatImpl(flags), m_format(f) {} in TypeFormatImpl_Format()
/openbsd/gnu/llvm/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
/openbsd/lib/libmenu/
H A DMakefile4 SRCS= m_attribs.c m_cursor.c m_driver.c m_format.c m_global.c m_hook.c \
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5037 if (FormatEntity::Format(m_format, strm, &sc, &exe_ctx, nullptr, in TreeDelegateDrawTreeItem()
5063 FormatEntity::Entry m_format; member in FrameTreeDelegate
5072 m_format); in ThreadTreeDelegate()
5095 if (FormatEntity::Format(m_format, strm, nullptr, &exe_ctx, nullptr, in TreeDelegateDrawTreeItem()
5160 FormatEntity::Entry m_format; member in ThreadTreeDelegate
5168 m_format); in ThreadsTreeDelegate()
5195 if (FormatEntity::Format(m_format, strm, nullptr, &exe_ctx, nullptr, in TreeDelegateDrawTreeItem()
5278 FormatEntity::Entry m_format; member in ThreadsTreeDelegate
6708 FormatEntity::Parse("Thread: ${thread.id%tid}", m_format); in StatusBarWindowDelegate()
6729 if (thread && FormatEntity::Format(m_format, strm, nullptr, &exe_ctx, in WindowDelegateDraw()
[all …]
H A DValueObject.cpp3084 if (with_fmt_info->m_format != lldb::eFormatDefault) in GetFormat()
3085 return with_fmt_info->m_format; in GetFormat()
3088 return m_format; in GetFormat()