| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionValue.cpp | 286 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 D | OptionGroupFormat.cpp | 151 m_format.SetCurrentValue(format); in SetOptionValue() 154 m_byte_size.SetCurrentValue(byte_size); in SetOptionValue() 158 m_count.SetCurrentValue(count); in SetOptionValue()
|
| H A D | OptionGroupVariable.cpp | 107 error = summary.SetCurrentValue(option_arg); in SetOptionValue() 110 error = summary_string.SetCurrentValue(option_arg); in SetOptionValue()
|
| H A D | OptionValueString.cpp | 114 SetCurrentValue(value_str); in SetValueFromString() 126 Status OptionValueString::SetCurrentValue(llvm::StringRef value) { in SetCurrentValue() function in OptionValueString
|
| H A D | OptionGroupOutputFile.cpp | 50 m_append.SetCurrentValue(true); in SetOptionValue()
|
| H A D | OptionGroupBoolean.cpp | 46 m_value.SetCurrentValue(!m_value.GetDefaultValue()); in SetOptionValue()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueString.h | 108 SetCurrentValue(llvm::StringRef::withNullAsEmpty(value)); 118 Status SetCurrentValue(const char *) = delete; 119 Status SetCurrentValue(llvm::StringRef value);
|
| H A D | OptionValueFileSpecList.h | 61 void SetCurrentValue(const FileSpecList &value) { m_current_value = value; } in SetCurrentValue() function
|
| H A D | OptionValueRegex.h | 56 void SetCurrentValue(const char *value) { in SetCurrentValue() function
|
| H A D | OptionValueUUID.h | 58 void SetCurrentValue(const UUID &value) { m_uuid = value; } in SetCurrentValue() function
|
| H A D | OptionValueChar.h | 63 void SetCurrentValue(char value) { m_current_value = value; } in SetCurrentValue() function
|
| H A D | OptionValueFormat.h | 60 void SetCurrentValue(lldb::Format value) { m_current_value = value; } in SetCurrentValue() function
|
| H A D | OptionValueFormatEntity.h | 55 void SetCurrentValue(const FormatEntity::Entry &value) { in SetCurrentValue() function
|
| H A D | OptionValueBoolean.h | 82 void SetCurrentValue(bool value) { m_current_value = value; } in SetCurrentValue() function
|
| H A D | OptionValueLanguage.h | 63 void SetCurrentValue(lldb::LanguageType value) { m_current_value = value; } in SetCurrentValue() function
|
| H A D | OptionValueEnumeration.h | 77 void SetCurrentValue(enum_type value) { m_current_value = value; } in SetCurrentValue() function
|
| H A D | OptionValueFileSpec.h | 70 void SetCurrentValue(const FileSpec &value, bool set_value_was_set) { in SetCurrentValue() function
|
| H A D | OptionValueArch.h | 74 void SetCurrentValue(const ArchSpec &value, bool set_value_was_set) { in SetCurrentValue() function
|
| H A D | OptionValueUInt64.h | 78 void SetCurrentValue(uint64_t value) { m_current_value = value; } in SetCurrentValue() function
|
| H A D | OptionValueSInt64.h | 77 bool SetCurrentValue(int64_t value) { in SetCurrentValue() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectRegister.cpp | 271 dump_all_sets.SetCurrentValue(true); in SetOptionValue() 279 alternate_name.SetCurrentValue(true); in SetOptionValue()
|
| H A D | CommandObjectCommands.cpp | 82 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 D | CommandObjectMemory.cpp | 643 m_format_options.GetFormatValue().SetCurrentValue(eFormatDefault); in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 457 m_dump_all.GetOptionValue().SetCurrentValue(true); in SetDefaultOptionsIfNoneAreSet()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV2.cpp | 499 m_verbose.SetCurrentValue(true); in SetOptionValue()
|