| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValue.cpp | 281 option_value->SetCurrentValue(new_value); in SetBooleanValue() 297 option_value->SetCurrentValue(new_value); in SetCharValue() 313 option_value->SetCurrentValue(value); in SetEnumerationValue() 329 option_value->SetCurrentValue(file_spec, false); in SetFileSpecValue() 361 option_value->SetCurrentValue(new_value); in SetFormatValue() 377 option_value->SetCurrentValue(new_language); in SetLanguageValue() 407 option_value->SetCurrentValue(new_value); in SetSInt64Value() 423 option_value->SetCurrentValue(new_value); in SetStringValue() 439 option_value->SetCurrentValue(new_value); in SetUInt64Value() 455 option_value->SetCurrentValue(uuid); in SetUUIDValue() [all …]
|
| H A D | OptionGroupFormat.cpp | 167 m_format.SetCurrentValue(format); in SetOptionValue() 170 m_byte_size.SetCurrentValue(byte_size); in SetOptionValue() 174 m_count.SetCurrentValue(count); in SetOptionValue()
|
| H A D | OptionGroupVariable.cpp | 114 error = summary.SetCurrentValue(option_arg); in SetOptionValue() 117 error = summary_string.SetCurrentValue(option_arg); in SetOptionValue()
|
| H A D | OptionValueString.cpp | 112 SetCurrentValue(value_str); in SetValueFromString() 120 Status OptionValueString::SetCurrentValue(llvm::StringRef value) { in SetCurrentValue() function in OptionValueString
|
| H A D | OptionGroupMemoryTag.cpp | 46 m_show_tags.SetCurrentValue(true); in SetOptionValue()
|
| H A D | OptionGroupOutputFile.cpp | 46 m_append.SetCurrentValue(true); in SetOptionValue()
|
| H A D | OptionGroupBoolean.cpp | 43 m_value.SetCurrentValue(!m_value.GetDefaultValue()); in SetOptionValue()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueString.h | 92 SetCurrentValue(value); 102 Status SetCurrentValue(llvm::StringRef value);
|
| H A D | OptionValueUUID.h | 51 void SetCurrentValue(const UUID &value) { m_uuid = value; } in SetCurrentValue() function
|
| H A D | OptionValueFormatEntity.h | 42 void SetCurrentValue(const FormatEntity::Entry &value) { in SetCurrentValue() function
|
| H A D | OptionValueChar.h | 57 void SetCurrentValue(char value) { m_current_value = value; } in SetCurrentValue() function
|
| H A D | OptionValueRegex.h | 49 void SetCurrentValue(const char *value) { in SetCurrentValue() function
|
| H A D | OptionValueFormat.h | 51 void SetCurrentValue(lldb::Format value) { m_current_value = value; } in SetCurrentValue() function
|
| H A D | OptionValueLanguage.h | 53 void SetCurrentValue(lldb::LanguageType value) { m_current_value = value; } in SetCurrentValue() function
|
| H A D | OptionValueBoolean.h | 74 void SetCurrentValue(bool value) { m_current_value = value; } in SetCurrentValue() function
|
| H A D | OptionValueEnumeration.h | 69 void SetCurrentValue(enum_type value) { m_current_value = value; } in SetCurrentValue() function
|
| H A D | OptionValueArch.h | 63 void SetCurrentValue(const ArchSpec &value, bool set_value_was_set) { in SetCurrentValue() function
|
| H A D | OptionValueFileSpecList.h | 57 void SetCurrentValue(const FileSpecList &value) { in SetCurrentValue() function
|
| H A D | OptionValueFileSpec.h | 64 void SetCurrentValue(const FileSpec &value, bool set_value_was_set) { in SetCurrentValue() function
|
| H A D | OptionValueSInt64.h | 62 bool SetCurrentValue(int64_t value) { in SetCurrentValue() function
|
| H A D | OptionValueUInt64.h | 67 bool SetCurrentValue(uint64_t value) { in SetCurrentValue() function
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectSession.cpp | 82 m_start_idx.SetCurrentValue(UINT64_MAX); in SetOptionValue() 93 m_clear.SetCurrentValue(true); in SetOptionValue()
|
| H A D | CommandObjectRegister.cpp | 259 dump_all_sets.SetCurrentValue(true); in SetOptionValue() 267 alternate_name.SetCurrentValue(true); in SetOptionValue()
|
| H A D | CommandObjectMemory.cpp | 640 m_format_options.GetFormatValue().SetCurrentValue(eFormatDefault); in DoExecute() 1633 m_all.SetCurrentValue(true); in SetOptionValue()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 674 m_dump_all.GetOptionValue().SetCurrentValue(true); in SetDefaultOptionsIfNoneAreSet()
|