Searched refs:GetFormatValue (Results 1 – 4 of 4) sorted by relevance
50 OptionValueFormat &GetFormatValue() { return m_format; } in GetFormatValue() function52 const OptionValueFormat &GetFormatValue() const { return m_format; } in GetFormatValue() function
282 GetFormatValue(lldb::Format fail_value = lldb::eFormatDefault) const;
642 if (!m_format_options.GetFormatValue().OptionWasSet()) in DoExecute()643 m_format_options.GetFormatValue().SetCurrentValue(eFormatDefault); in DoExecute()654 } else if (m_format_options.GetFormatValue().GetCurrentValue() != in DoExecute()
347 lldb::Format OptionValue::GetFormatValue(lldb::Format fail_value) const { in GetFormatValue() function in OptionValue