Searched refs:SetCurrentValue (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueFileSpecList.h94 SetCurrentValue (const FileSpecList &value) function in class:lldb_private::OptionValueFileSpecList
H A DOptionValueRegex.h78 SetCurrentValue (const char *value, uint32_t regex_flags) function in class:lldb_private::OptionValueRegex
H A DOptionValueUUID.h87 SetCurrentValue (const UUID &value) function in class:lldb_private::OptionValueUUID
H A DOptionValueString.h173 SetCurrentValue(value);
190 SetCurrentValue (const char *value);
H A DOptionValueArch.h119 SetCurrentValue (const ArchSpec &value, bool set_value_was_set) function in class:lldb_private::OptionValueArch
H A DOptionValueBoolean.h120 SetCurrentValue (bool value) function in class:lldb_private::OptionValueBoolean
H A DOptionValueEnumeration.h104 SetCurrentValue (enum_type value) function in class:lldb_private::OptionValueEnumeration
H A DOptionValueFileSpec.h97 SetCurrentValue (const FileSpec &value, bool set_value_was_set) function in class:lldb_private::OptionValueFileSpec
H A DOptionValueFormat.h89 SetCurrentValue (lldb::Format value) function in class:lldb_private::OptionValueFormat
H A DOptionValueUInt64.h116 SetCurrentValue (uint64_t value) function in class:lldb_private::OptionValueUInt64
H A DOptionValueSInt64.h118 SetCurrentValue (int64_t value) function in class:lldb_private::OptionValueSInt64
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupBoolean.cpp53 m_value.SetCurrentValue (!m_value.GetDefaultValue());
H A DOptionGroupOutputFile.cpp65 m_append.SetCurrentValue(true);
H A DOptionGroupVariable.cpp92 error = summary.SetCurrentValue(option_arg);
95 error = summary_string.SetCurrentValue(option_arg);
H A DOptionValue.cpp339 option_value->SetCurrentValue(new_value);
360 option_value->SetCurrentValue(value);
382 option_value->SetCurrentValue(file_spec, false);
413 option_value->SetCurrentValue(new_value);
444 option_value->SetCurrentValue(new_value);
465 option_value->SetCurrentValue(new_value);
486 option_value->SetCurrentValue(new_value);
507 option_value->SetCurrentValue(uuid);
H A DOptionGroupFormat.cpp186 m_format.SetCurrentValue (format);
190 m_byte_size.SetCurrentValue (byte_size);
195 m_count.SetCurrentValue(count);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectRegister.cpp318 dump_all_sets.SetCurrentValue (true);
326 alternate_name.SetCurrentValue (true);
H A DCommandObjectCommands.cpp93 m_start_idx.SetCurrentValue(UINT64_MAX);
103 m_clear.SetCurrentValue(true);
H A DCommandObjectMemory.cpp679 m_format_options.GetFormatValue().SetCurrentValue(eFormatDefault);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2823 return value->SetCurrentValue(arch, true);

Completed in 188 milliseconds