Searched refs:GetFormatValue (Results 1 – 4 of 4) sorted by relevance
47 OptionValueFormat &GetFormatValue() { return m_format; } in GetFormatValue() function49 const OptionValueFormat &GetFormatValue() const { return m_format; } in GetFormatValue() function
271 GetFormatValue(lldb::Format fail_value = lldb::eFormatDefault) const;
647 if (!m_format_options.GetFormatValue().OptionWasSet()) in DoExecute()648 m_format_options.GetFormatValue().SetCurrentValue(eFormatDefault); in DoExecute()659 } else if (m_format_options.GetFormatValue().GetCurrentValue() != in DoExecute()
345 lldb::Format OptionValue::GetFormatValue(lldb::Format fail_value) const { in GetFormatValue() function in OptionValue