Home
last modified time | relevance | path

Searched refs:SetCurrentValue (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionValue.cpp283 option_value->SetCurrentValue(new_value); in SetBooleanValue()
299 option_value->SetCurrentValue(new_value); in SetCharValue()
315 option_value->SetCurrentValue(value); in SetEnumerationValue()
331 option_value->SetCurrentValue(file_spec, false); in SetFileSpecValue()
354 option_value->SetCurrentValue(new_value); in SetFormatValue()
371 option_value->SetCurrentValue(new_language); in SetLanguageValue()
401 option_value->SetCurrentValue(new_value); in SetSInt64Value()
417 option_value->SetCurrentValue(new_value); in SetStringValue()
433 option_value->SetCurrentValue(new_value); in SetUInt64Value()
449 option_value->SetCurrentValue(uuid); in SetUUIDValue()
HDOptionGroupFormat.cpp150 m_format.SetCurrentValue(format); in SetOptionValue()
153 m_byte_size.SetCurrentValue(byte_size); in SetOptionValue()
157 m_count.SetCurrentValue(count); in SetOptionValue()
HDOptionGroupVariable.cpp106 error = summary.SetCurrentValue(option_arg); in SetOptionValue()
109 error = summary_string.SetCurrentValue(option_arg); in SetOptionValue()
HDOptionValueString.cpp113 SetCurrentValue(value_str); in SetValueFromString()
125 Status OptionValueString::SetCurrentValue(llvm::StringRef value) { in SetCurrentValue() function in OptionValueString
HDOptionGroupOutputFile.cpp49 m_append.SetCurrentValue(true); in SetOptionValue()
HDOptionGroupBoolean.cpp45 m_value.SetCurrentValue(!m_value.GetDefaultValue()); in SetOptionValue()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionValueString.h103 SetCurrentValue(llvm::StringRef::withNullAsEmpty(value));
113 Status SetCurrentValue(const char *) = delete;
114 Status SetCurrentValue(llvm::StringRef value);
HDOptionValueRegex.h51 void SetCurrentValue(const char *value) { in SetCurrentValue() function
HDOptionValueUUID.h53 void SetCurrentValue(const UUID &value) { m_uuid = value; } in SetCurrentValue() function
HDOptionValueChar.h58 void SetCurrentValue(char value) { m_current_value = value; } in SetCurrentValue() function
HDOptionValueFormatEntity.h50 void SetCurrentValue(const FormatEntity::Entry &value) { in SetCurrentValue() function
HDOptionValueFormat.h55 void SetCurrentValue(lldb::Format value) { m_current_value = value; } in SetCurrentValue() function
HDOptionValueLanguage.h58 void SetCurrentValue(lldb::LanguageType value) { m_current_value = value; } in SetCurrentValue() function
HDOptionValueBoolean.h75 void SetCurrentValue(bool value) { m_current_value = value; } in SetCurrentValue() function
HDOptionValueFileSpecList.h60 void SetCurrentValue(const FileSpecList &value) { in SetCurrentValue() function
HDOptionValueEnumeration.h72 void SetCurrentValue(enum_type value) { m_current_value = value; } in SetCurrentValue() function
HDOptionValueArch.h69 void SetCurrentValue(const ArchSpec &value, bool set_value_was_set) { in SetCurrentValue() function
HDOptionValueUInt64.h71 void SetCurrentValue(uint64_t value) { m_current_value = value; } in SetCurrentValue() function
HDOptionValueFileSpec.h65 void SetCurrentValue(const FileSpec &value, bool set_value_was_set) { in SetCurrentValue() function
HDOptionValueSInt64.h72 bool SetCurrentValue(int64_t value) { in SetCurrentValue() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectRegister.cpp260 dump_all_sets.SetCurrentValue(true); in SetOptionValue()
268 alternate_name.SetCurrentValue(true); in SetOptionValue()
HDCommandObjectCommands.cpp72 m_start_idx.SetCurrentValue(UINT64_MAX); in SetOptionValue()
83 m_clear.SetCurrentValue(true); in SetOptionValue()
358 m_help.SetCurrentValue(option_str); in SetOptionValue()
363 m_long_help.SetCurrentValue(option_str); in SetOptionValue()
HDCommandObjectMemory.cpp649 m_format_options.GetFormatValue().SetCurrentValue(eFormatDefault); in DoExecute()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
HDProcessMinidump.cpp621 m_dump_all.GetOptionValue().SetCurrentValue(true); in SetDefaultOptionsIfNoneAreSet()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCRuntimeV2.cpp527 m_verbose.SetCurrentValue(true); in SetOptionValue()

12