Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionGroupFormat.h47 OptionValueFormat &GetFormatValue() { return m_format; } in GetFormatValue() function
49 const OptionValueFormat &GetFormatValue() const { return m_format; } in GetFormatValue() function
DOptionValue.h271 GetFormatValue(lldb::Format fail_value = lldb::eFormatDefault) const;
/external/llvm-project/lldb/source/Commands/
DCommandObjectMemory.cpp647 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()
/external/llvm-project/lldb/source/Interpreter/
DOptionValue.cpp345 lldb::Format OptionValue::GetFormatValue(lldb::Format fail_value) const { in GetFormatValue() function in OptionValue