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.h276 return GetFormatValue(); in GetValueAs()
373 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()
652 } else if (m_format_options.GetFormatValue().GetCurrentValue() != in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp351 std::optional<lldb::Format> OptionValue::GetFormatValue() const { in GetFormatValue() function in OptionValue