Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h50 OptionValueFormat &GetFormatValue() { return m_format; } in GetFormatValue() function
52 const OptionValueFormat &GetFormatValue() const { return m_format; } in GetFormatValue() function
H A DOptionValue.h282 GetFormatValue(lldb::Format fail_value = lldb::eFormatDefault) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp642 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()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValue.cpp347 lldb::Format OptionValue::GetFormatValue(lldb::Format fail_value) const { in GetFormatValue() function in OptionValue