Searched refs:SetDefaultValue (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueChar.h59 void SetDefaultValue(char value) { m_default_value = value; } function in class:lldb_private::OptionValueChar
H A DOptionValueArch.h67 void SetDefaultValue(const ArchSpec &value) { m_default_value = value; } function in class:lldb_private::OptionValueArch
H A DOptionValueEnumeration.h69 void SetDefaultValue(enum_type value) { m_default_value = value; } function in class:lldb_private::OptionValueEnumeration
H A DOptionValueSInt64.h70 bool SetDefaultValue(int64_t value) { function in class:lldb_private::OptionValueSInt64
H A DOptionValueLanguage.h55 void SetDefaultValue(lldb::LanguageType value) { m_default_value = value; } function in class:lldb_private::OptionValueLanguage
H A DOptionValueFormat.h53 void SetDefaultValue(lldb::Format value) { m_default_value = value; } function in class:lldb_private::OptionValueFormat
H A DOptionValueBoolean.h76 void SetDefaultValue(bool value) { m_default_value = value; } function in class:lldb_private::OptionValueBoolean
H A DOptionValueUInt64.h69 void SetDefaultValue(uint64_t value) { m_default_value = value; } function in class:lldb_private::OptionValueUInt64
H A DOptionValueFileSpec.h71 void SetDefaultValue(const FileSpec &value) { m_default_value = value; } function in class:lldb_private::OptionValueFileSpec
H A DOptionValueString.h106 void SetDefaultValue(const char *value) { function in class:lldb_private::OptionValueString
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DProperty.cpp91 enum_value->SetDefaultValue(enum_value->GetCurrentValue());
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1591 m_use_dummy.SetDefaultValue(false);
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp123 f_spec_opt->SetDefaultValue(dir_spec);

Completed in 234 milliseconds