Home
last modified time | relevance | path

Searched refs:GetDefaultValue (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp62 if (m_byte_size.GetDefaultValue() < UINT64_MAX) { in GetDefinitions()
63 if (m_count.GetDefaultValue() < UINT64_MAX) in GetDefinitions()
83 if (m_count.GetDefaultValue() == 0) { in SetOptionValue()
94 if (m_byte_size.GetDefaultValue() == 0) { in SetOptionValue()
136 const bool byte_size_enabled = m_byte_size.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
137 const bool count_enabled = m_count.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
H A DOptionGroupBoolean.cpp43 m_value.SetCurrentValue(!m_value.GetDefaultValue()); in SetOptionValue()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h50 FormatEntity::Entry &GetDefaultValue() { return m_default_entry; } in GetDefaultValue() function
52 const FormatEntity::Entry &GetDefaultValue() const { return m_default_entry; } in GetDefaultValue() function
H A DOptionValueChar.h51 char GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
H A DOptionValueBoolean.h68 bool GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
H A DOptionValueFormat.h47 lldb::Format GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
H A DOptionValueLanguage.h49 lldb::LanguageType GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
H A DOptionValueUInt64.h61 uint64_t GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
H A DOptionValueEnumeration.h65 enum_type GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
H A DOptionValueArch.h59 const ArchSpec &GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
H A DOptionValueSInt64.h56 int64_t GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
H A DOptionValueFileSpec.h58 const FileSpec &GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
H A DOptionValueString.h95 const char *GetDefaultValue() const { return m_default_value.c_str(); } in GetDefaultValue() function