Searched refs:GetFormatValue (Results 1 – 4 of 4) sorted by relevance
46 OptionValueFormat &GetFormatValue() { return m_format; } in GetFormatValue() function48 const OptionValueFormat &GetFormatValue() const { return m_format; } in GetFormatValue() function
273 GetFormatValue(lldb::Format fail_value = lldb::eFormatDefault) const;
637 if (!m_format_options.GetFormatValue().OptionWasSet()) in DoExecute()638 m_format_options.GetFormatValue().SetCurrentValue(eFormatDefault); in DoExecute()649 } else if (m_format_options.GetFormatValue().GetCurrentValue() != in DoExecute()
345 lldb::Format OptionValue::GetFormatValue(lldb::Format fail_value) const { in GetFormatValue() function in OptionValue