Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValue.cpp286 option_value->SetCurrentValue(new_value); in SetBooleanValue()
302 option_value->SetCurrentValue(new_value); in SetCharValue()
318 option_value->SetCurrentValue(value); in SetEnumerationValue()
334 option_value->SetCurrentValue(file_spec, false); in SetFileSpecValue()
357 option_value->SetCurrentValue(new_value); in SetFormatValue()
374 option_value->SetCurrentValue(new_language); in SetLanguageValue()
404 option_value->SetCurrentValue(new_value); in SetSInt64Value()
420 option_value->SetCurrentValue(new_value); in SetStringValue()
436 option_value->SetCurrentValue(new_value); in SetUInt64Value()
452 option_value->SetCurrentValue(uuid); in SetUUIDValue()
H A DOptionGroupFormat.cpp151 m_format.SetCurrentValue(format); in SetOptionValue()
154 m_byte_size.SetCurrentValue(byte_size); in SetOptionValue()
158 m_count.SetCurrentValue(count); in SetOptionValue()
H A DOptionGroupVariable.cpp107 error = summary.SetCurrentValue(option_arg); in SetOptionValue()
110 error = summary_string.SetCurrentValue(option_arg); in SetOptionValue()
H A DOptionValueString.cpp114 SetCurrentValue(value_str); in SetValueFromString()
126 Status OptionValueString::SetCurrentValue(llvm::StringRef value) { in SetCurrentValue() function in OptionValueString
H A DOptionGroupOutputFile.cpp50 m_append.SetCurrentValue(true); in SetOptionValue()
H A DOptionGroupBoolean.cpp46 m_value.SetCurrentValue(!m_value.GetDefaultValue()); in SetOptionValue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueString.h108 SetCurrentValue(llvm::StringRef::withNullAsEmpty(value));
118 Status SetCurrentValue(const char *) = delete;
119 Status SetCurrentValue(llvm::StringRef value);
H A DOptionValueFileSpecList.h61 void SetCurrentValue(const FileSpecList &value) { m_current_value = value; } in SetCurrentValue() function
H A DOptionValueRegex.h56 void SetCurrentValue(const char *value) { in SetCurrentValue() function
H A DOptionValueUUID.h58 void SetCurrentValue(const UUID &value) { m_uuid = value; } in SetCurrentValue() function
H A DOptionValueChar.h63 void SetCurrentValue(char value) { m_current_value = value; } in SetCurrentValue() function
H A DOptionValueFormat.h60 void SetCurrentValue(lldb::Format value) { m_current_value = value; } in SetCurrentValue() function
H A DOptionValueFormatEntity.h55 void SetCurrentValue(const FormatEntity::Entry &value) { in SetCurrentValue() function
H A DOptionValueBoolean.h82 void SetCurrentValue(bool value) { m_current_value = value; } in SetCurrentValue() function
H A DOptionValueLanguage.h63 void SetCurrentValue(lldb::LanguageType value) { m_current_value = value; } in SetCurrentValue() function
H A DOptionValueEnumeration.h77 void SetCurrentValue(enum_type value) { m_current_value = value; } in SetCurrentValue() function
H A DOptionValueFileSpec.h70 void SetCurrentValue(const FileSpec &value, bool set_value_was_set) { in SetCurrentValue() function
H A DOptionValueArch.h74 void SetCurrentValue(const ArchSpec &value, bool set_value_was_set) { in SetCurrentValue() function
H A DOptionValueUInt64.h78 void SetCurrentValue(uint64_t value) { m_current_value = value; } in SetCurrentValue() function
H A DOptionValueSInt64.h77 bool SetCurrentValue(int64_t value) { in SetCurrentValue() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectRegister.cpp271 dump_all_sets.SetCurrentValue(true); in SetOptionValue()
279 alternate_name.SetCurrentValue(true); in SetOptionValue()
H A DCommandObjectCommands.cpp82 m_start_idx.SetCurrentValue(UINT64_MAX); in SetOptionValue()
93 m_clear.SetCurrentValue(true); in SetOptionValue()
380 m_help.SetCurrentValue(option_str); in SetOptionValue()
385 m_long_help.SetCurrentValue(option_str); in SetOptionValue()
H A DCommandObjectMemory.cpp643 m_format_options.GetFormatValue().SetCurrentValue(eFormatDefault); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp457 m_dump_all.GetOptionValue().SetCurrentValue(true); in SetDefaultOptionsIfNoneAreSet()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp499 m_verbose.SetCurrentValue(true); in SetOptionValue()

12