Lines Matching refs:OptionValue
20 uint64_t OptionValue::GetUInt64Value(uint64_t fail_value, bool *success_ptr) { in GetUInt64Value()
24 case OptionValue::eTypeBoolean: in GetUInt64Value()
26 case OptionValue::eTypeSInt64: in GetUInt64Value()
28 case OptionValue::eTypeUInt64: in GetUInt64Value()
38 Status OptionValue::SetSubValue(const ExecutionContext *exe_ctx, in SetSubValue()
46 OptionValueBoolean *OptionValue::GetAsBoolean() { in GetAsBoolean()
47 if (GetType() == OptionValue::eTypeBoolean) in GetAsBoolean()
52 const OptionValueBoolean *OptionValue::GetAsBoolean() const { in GetAsBoolean()
53 if (GetType() == OptionValue::eTypeBoolean) in GetAsBoolean()
58 const OptionValueChar *OptionValue::GetAsChar() const { in GetAsChar()
59 if (GetType() == OptionValue::eTypeChar) in GetAsChar()
64 OptionValueChar *OptionValue::GetAsChar() { in GetAsChar()
65 if (GetType() == OptionValue::eTypeChar) in GetAsChar()
70 OptionValueFileSpec *OptionValue::GetAsFileSpec() { in GetAsFileSpec()
71 if (GetType() == OptionValue::eTypeFileSpec) in GetAsFileSpec()
76 const OptionValueFileSpec *OptionValue::GetAsFileSpec() const { in GetAsFileSpec()
77 if (GetType() == OptionValue::eTypeFileSpec) in GetAsFileSpec()
82 OptionValueFileSpecList *OptionValue::GetAsFileSpecList() { in GetAsFileSpecList()
83 if (GetType() == OptionValue::eTypeFileSpecList) in GetAsFileSpecList()
88 const OptionValueFileSpecList *OptionValue::GetAsFileSpecList() const { in GetAsFileSpecList()
89 if (GetType() == OptionValue::eTypeFileSpecList) in GetAsFileSpecList()
94 OptionValueArch *OptionValue::GetAsArch() { in GetAsArch()
95 if (GetType() == OptionValue::eTypeArch) in GetAsArch()
100 const OptionValueArch *OptionValue::GetAsArch() const { in GetAsArch()
101 if (GetType() == OptionValue::eTypeArch) in GetAsArch()
106 OptionValueArray *OptionValue::GetAsArray() { in GetAsArray()
107 if (GetType() == OptionValue::eTypeArray) in GetAsArray()
112 const OptionValueArray *OptionValue::GetAsArray() const { in GetAsArray()
113 if (GetType() == OptionValue::eTypeArray) in GetAsArray()
118 OptionValueArgs *OptionValue::GetAsArgs() { in GetAsArgs()
119 if (GetType() == OptionValue::eTypeArgs) in GetAsArgs()
124 const OptionValueArgs *OptionValue::GetAsArgs() const { in GetAsArgs()
125 if (GetType() == OptionValue::eTypeArgs) in GetAsArgs()
130 OptionValueDictionary *OptionValue::GetAsDictionary() { in GetAsDictionary()
131 if (GetType() == OptionValue::eTypeDictionary) in GetAsDictionary()
136 const OptionValueDictionary *OptionValue::GetAsDictionary() const { in GetAsDictionary()
137 if (GetType() == OptionValue::eTypeDictionary) in GetAsDictionary()
142 OptionValueEnumeration *OptionValue::GetAsEnumeration() { in GetAsEnumeration()
143 if (GetType() == OptionValue::eTypeEnum) in GetAsEnumeration()
148 const OptionValueEnumeration *OptionValue::GetAsEnumeration() const { in GetAsEnumeration()
149 if (GetType() == OptionValue::eTypeEnum) in GetAsEnumeration()
154 OptionValueFormat *OptionValue::GetAsFormat() { in GetAsFormat()
155 if (GetType() == OptionValue::eTypeFormat) in GetAsFormat()
160 const OptionValueFormat *OptionValue::GetAsFormat() const { in GetAsFormat()
161 if (GetType() == OptionValue::eTypeFormat) in GetAsFormat()
166 OptionValueLanguage *OptionValue::GetAsLanguage() { in GetAsLanguage()
167 if (GetType() == OptionValue::eTypeLanguage) in GetAsLanguage()
172 const OptionValueLanguage *OptionValue::GetAsLanguage() const { in GetAsLanguage()
173 if (GetType() == OptionValue::eTypeLanguage) in GetAsLanguage()
178 OptionValueFormatEntity *OptionValue::GetAsFormatEntity() { in GetAsFormatEntity()
179 if (GetType() == OptionValue::eTypeFormatEntity) in GetAsFormatEntity()
184 const OptionValueFormatEntity *OptionValue::GetAsFormatEntity() const { in GetAsFormatEntity()
185 if (GetType() == OptionValue::eTypeFormatEntity) in GetAsFormatEntity()
190 OptionValuePathMappings *OptionValue::GetAsPathMappings() { in GetAsPathMappings()
191 if (GetType() == OptionValue::eTypePathMap) in GetAsPathMappings()
196 const OptionValuePathMappings *OptionValue::GetAsPathMappings() const { in GetAsPathMappings()
197 if (GetType() == OptionValue::eTypePathMap) in GetAsPathMappings()
202 OptionValueProperties *OptionValue::GetAsProperties() { in GetAsProperties()
203 if (GetType() == OptionValue::eTypeProperties) in GetAsProperties()
208 const OptionValueProperties *OptionValue::GetAsProperties() const { in GetAsProperties()
209 if (GetType() == OptionValue::eTypeProperties) in GetAsProperties()
214 OptionValueRegex *OptionValue::GetAsRegex() { in GetAsRegex()
215 if (GetType() == OptionValue::eTypeRegex) in GetAsRegex()
220 const OptionValueRegex *OptionValue::GetAsRegex() const { in GetAsRegex()
221 if (GetType() == OptionValue::eTypeRegex) in GetAsRegex()
226 OptionValueSInt64 *OptionValue::GetAsSInt64() { in GetAsSInt64()
227 if (GetType() == OptionValue::eTypeSInt64) in GetAsSInt64()
232 const OptionValueSInt64 *OptionValue::GetAsSInt64() const { in GetAsSInt64()
233 if (GetType() == OptionValue::eTypeSInt64) in GetAsSInt64()
238 OptionValueString *OptionValue::GetAsString() { in GetAsString()
239 if (GetType() == OptionValue::eTypeString) in GetAsString()
244 const OptionValueString *OptionValue::GetAsString() const { in GetAsString()
245 if (GetType() == OptionValue::eTypeString) in GetAsString()
250 OptionValueUInt64 *OptionValue::GetAsUInt64() { in GetAsUInt64()
251 if (GetType() == OptionValue::eTypeUInt64) in GetAsUInt64()
256 const OptionValueUInt64 *OptionValue::GetAsUInt64() const { in GetAsUInt64()
257 if (GetType() == OptionValue::eTypeUInt64) in GetAsUInt64()
262 OptionValueUUID *OptionValue::GetAsUUID() { in GetAsUUID()
263 if (GetType() == OptionValue::eTypeUUID) in GetAsUUID()
268 const OptionValueUUID *OptionValue::GetAsUUID() const { in GetAsUUID()
269 if (GetType() == OptionValue::eTypeUUID) in GetAsUUID()
274 bool OptionValue::GetBooleanValue(bool fail_value) const { in GetBooleanValue()
281 bool OptionValue::SetBooleanValue(bool new_value) { in SetBooleanValue()
290 char OptionValue::GetCharValue(char fail_value) const { in GetCharValue()
297 char OptionValue::SetCharValue(char new_value) { in SetCharValue()
306 int64_t OptionValue::GetEnumerationValue(int64_t fail_value) const { in GetEnumerationValue()
313 bool OptionValue::SetEnumerationValue(int64_t value) { in SetEnumerationValue()
322 FileSpec OptionValue::GetFileSpecValue() const { in GetFileSpecValue()
329 bool OptionValue::SetFileSpecValue(const FileSpec &file_spec) { in SetFileSpecValue()
338 FileSpecList OptionValue::GetFileSpecListValue() const { in GetFileSpecListValue()
345 lldb::Format OptionValue::GetFormatValue(lldb::Format fail_value) const { in GetFormatValue()
352 bool OptionValue::SetFormatValue(lldb::Format new_value) { in SetFormatValue()
362 OptionValue::GetLanguageValue(lldb::LanguageType fail_value) const { in GetLanguageValue()
369 bool OptionValue::SetLanguageValue(lldb::LanguageType new_language) { in SetLanguageValue()
378 const FormatEntity::Entry *OptionValue::GetFormatEntity() const { in GetFormatEntity()
385 const RegularExpression *OptionValue::GetRegexValue() const { in GetRegexValue()
392 int64_t OptionValue::GetSInt64Value(int64_t fail_value) const { in GetSInt64Value()
399 bool OptionValue::SetSInt64Value(int64_t new_value) { in SetSInt64Value()
408 llvm::StringRef OptionValue::GetStringValue(llvm::StringRef fail_value) const { in GetStringValue()
415 bool OptionValue::SetStringValue(llvm::StringRef new_value) { in SetStringValue()
424 uint64_t OptionValue::GetUInt64Value(uint64_t fail_value) const { in GetUInt64Value()
431 bool OptionValue::SetUInt64Value(uint64_t new_value) { in SetUInt64Value()
440 UUID OptionValue::GetUUIDValue() const { in GetUUIDValue()
447 bool OptionValue::SetUUIDValue(const UUID &uuid) { in SetUUIDValue()
456 const char *OptionValue::GetBuiltinTypeAsCString(Type t) { in GetBuiltinTypeAsCString()
504 lldb::OptionValueSP OptionValue::CreateValueFromCStringForTypeMask( in CreateValueFromCStringForTypeMask()
552 bool OptionValue::DumpQualifiedName(Stream &strm) const { in DumpQualifiedName()
570 OptionValueSP OptionValue::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy()
576 void OptionValue::AutoComplete(CommandInterpreter &interpreter, in AutoComplete()
579 Status OptionValue::SetValueFromString(llvm::StringRef value, in SetValueFromString()