Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DOptionGroupFormat.h65 GetFormatValue() in GetFormatValue() function
71 GetFormatValue() const in GetFormatValue() function
DOptionValue.h322 GetFormatValue (lldb::Format fail_value = lldb::eFormatDefault) const;
/external/lldb/source/Commands/
DCommandObjectMemory.cpp675 if (m_format_options.GetFormatValue().OptionWasSet() == false) in DoExecute()
676 m_format_options.GetFormatValue().SetCurrentValue(eFormatDefault); in DoExecute()
680 else if (m_format_options.GetFormatValue().GetCurrentValue() != eFormatCString) in DoExecute()
/external/lldb/source/Interpreter/
DOptionValue.cpp399 OptionValue::GetFormatValue (lldb::Format fail_value) const in GetFormatValue() function in OptionValue