Home
last modified time | relevance | path

Searched refs:GetFormatValue (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h52 OptionValueFormat &GetFormatValue() { return m_format; } in GetFormatValue() function
54 const OptionValueFormat &GetFormatValue() const { return m_format; } in GetFormatValue() function
H A DOptionValue.h283 return GetFormatValue(); in GetValueAs()
376 std::optional<lldb::Format> GetFormatValue() const;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp212 !m_format_options.GetFormatValue().OptionWasSet(); in DoExecute()
H A DCommandObjectMemory.cpp639 if (!m_format_options.GetFormatValue().OptionWasSet()) in DoExecute()
640 m_format_options.GetFormatValue().SetCurrentValue(eFormatDefault); in DoExecute()
651 } else if (m_format_options.GetFormatValue().GetCurrentValue() != in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp353 std::optional<lldb::Format> OptionValue::GetFormatValue() const { in GetFormatEntity()
324 std::optional<lldb::Format> OptionValue::GetFormatValue() const { GetFormatValue() function in OptionValue