| /freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/ |
| HD | OptionValue.cpp | 283 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()
|
| HD | OptionGroupFormat.cpp | 150 m_format.SetCurrentValue(format); in SetOptionValue() 153 m_byte_size.SetCurrentValue(byte_size); in SetOptionValue() 157 m_count.SetCurrentValue(count); in SetOptionValue()
|
| HD | OptionGroupVariable.cpp | 106 error = summary.SetCurrentValue(option_arg); in SetOptionValue() 109 error = summary_string.SetCurrentValue(option_arg); in SetOptionValue()
|
| HD | OptionValueString.cpp | 113 SetCurrentValue(value_str); in SetValueFromString() 125 Status OptionValueString::SetCurrentValue(llvm::StringRef value) { in SetCurrentValue() function in OptionValueString
|
| HD | OptionGroupOutputFile.cpp | 49 m_append.SetCurrentValue(true); in SetOptionValue()
|
| HD | OptionGroupBoolean.cpp | 45 m_value.SetCurrentValue(!m_value.GetDefaultValue()); in SetOptionValue()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| HD | OptionValueString.h | 103 SetCurrentValue(llvm::StringRef::withNullAsEmpty(value)); 113 Status SetCurrentValue(const char *) = delete; 114 Status SetCurrentValue(llvm::StringRef value);
|
| HD | OptionValueRegex.h | 51 void SetCurrentValue(const char *value) { in SetCurrentValue() function
|
| HD | OptionValueUUID.h | 53 void SetCurrentValue(const UUID &value) { m_uuid = value; } in SetCurrentValue() function
|
| HD | OptionValueChar.h | 58 void SetCurrentValue(char value) { m_current_value = value; } in SetCurrentValue() function
|
| HD | OptionValueFormatEntity.h | 50 void SetCurrentValue(const FormatEntity::Entry &value) { in SetCurrentValue() function
|
| HD | OptionValueFormat.h | 55 void SetCurrentValue(lldb::Format value) { m_current_value = value; } in SetCurrentValue() function
|
| HD | OptionValueLanguage.h | 58 void SetCurrentValue(lldb::LanguageType value) { m_current_value = value; } in SetCurrentValue() function
|
| HD | OptionValueBoolean.h | 75 void SetCurrentValue(bool value) { m_current_value = value; } in SetCurrentValue() function
|
| HD | OptionValueFileSpecList.h | 60 void SetCurrentValue(const FileSpecList &value) { in SetCurrentValue() function
|
| HD | OptionValueEnumeration.h | 72 void SetCurrentValue(enum_type value) { m_current_value = value; } in SetCurrentValue() function
|
| HD | OptionValueArch.h | 69 void SetCurrentValue(const ArchSpec &value, bool set_value_was_set) { in SetCurrentValue() function
|
| HD | OptionValueUInt64.h | 71 void SetCurrentValue(uint64_t value) { m_current_value = value; } in SetCurrentValue() function
|
| HD | OptionValueFileSpec.h | 65 void SetCurrentValue(const FileSpec &value, bool set_value_was_set) { in SetCurrentValue() function
|
| HD | OptionValueSInt64.h | 72 bool SetCurrentValue(int64_t value) { in SetCurrentValue() function
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/ |
| HD | CommandObjectRegister.cpp | 260 dump_all_sets.SetCurrentValue(true); in SetOptionValue() 268 alternate_name.SetCurrentValue(true); in SetOptionValue()
|
| HD | CommandObjectCommands.cpp | 72 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()
|
| HD | CommandObjectMemory.cpp | 649 m_format_options.GetFormatValue().SetCurrentValue(eFormatDefault); in DoExecute()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| HD | ProcessMinidump.cpp | 621 m_dump_all.GetOptionValue().SetCurrentValue(true); in SetDefaultOptionsIfNoneAreSet()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| HD | AppleObjCRuntimeV2.cpp | 527 m_verbose.SetCurrentValue(true); in SetOptionValue()
|