Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h52 OptionValueFormat &GetFormatValue() { return m_format; } in GetFormatValue() function
54 const OptionValueFormat &GetFormatValue() const { return m_format; } in GetFormatValue() function
H A DOptionValue.h284 GetFormatValue(lldb::Format fail_value = lldb::eFormatDefault) const;
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp651 if (!m_format_options.GetFormatValue().OptionWasSet()) in DoExecute()
652 m_format_options.GetFormatValue().SetCurrentValue(eFormatDefault); in DoExecute()
663 } else if (m_format_options.GetFormatValue().GetCurrentValue() != in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValue.cpp345 lldb::Format OptionValue::GetFormatValue(lldb::Format fail_value) const { in GetFormatValue() function in OptionValue