Lines Matching refs:OptionValue

22 uint64_t OptionValue::GetUInt64Value(uint64_t fail_value, bool *success_ptr) {  in GetUInt64Value()
26 case OptionValue::eTypeBoolean: in GetUInt64Value()
28 case OptionValue::eTypeSInt64: in GetUInt64Value()
30 case OptionValue::eTypeUInt64: in GetUInt64Value()
40 Status OptionValue::SetSubValue(const ExecutionContext *exe_ctx, in SetSubValue()
48 OptionValueBoolean *OptionValue::GetAsBoolean() { in GetAsBoolean()
49 if (GetType() == OptionValue::eTypeBoolean) in GetAsBoolean()
54 const OptionValueBoolean *OptionValue::GetAsBoolean() const { in GetAsBoolean()
55 if (GetType() == OptionValue::eTypeBoolean) in GetAsBoolean()
60 const OptionValueChar *OptionValue::GetAsChar() const { in GetAsChar()
61 if (GetType() == OptionValue::eTypeChar) in GetAsChar()
66 OptionValueChar *OptionValue::GetAsChar() { in GetAsChar()
67 if (GetType() == OptionValue::eTypeChar) in GetAsChar()
72 OptionValueFileSpec *OptionValue::GetAsFileSpec() { in GetAsFileSpec()
73 if (GetType() == OptionValue::eTypeFileSpec) in GetAsFileSpec()
78 const OptionValueFileSpec *OptionValue::GetAsFileSpec() const { in GetAsFileSpec()
79 if (GetType() == OptionValue::eTypeFileSpec) in GetAsFileSpec()
84 OptionValueFileSpecList *OptionValue::GetAsFileSpecList() { in GetAsFileSpecList()
85 if (GetType() == OptionValue::eTypeFileSpecList) in GetAsFileSpecList()
90 const OptionValueFileSpecList *OptionValue::GetAsFileSpecList() const { in GetAsFileSpecList()
91 if (GetType() == OptionValue::eTypeFileSpecList) in GetAsFileSpecList()
96 OptionValueArch *OptionValue::GetAsArch() { in GetAsArch()
97 if (GetType() == OptionValue::eTypeArch) in GetAsArch()
102 const OptionValueArch *OptionValue::GetAsArch() const { in GetAsArch()
103 if (GetType() == OptionValue::eTypeArch) in GetAsArch()
108 OptionValueArray *OptionValue::GetAsArray() { in GetAsArray()
109 if (GetType() == OptionValue::eTypeArray) in GetAsArray()
114 const OptionValueArray *OptionValue::GetAsArray() const { in GetAsArray()
115 if (GetType() == OptionValue::eTypeArray) in GetAsArray()
120 OptionValueArgs *OptionValue::GetAsArgs() { in GetAsArgs()
121 if (GetType() == OptionValue::eTypeArgs) in GetAsArgs()
126 const OptionValueArgs *OptionValue::GetAsArgs() const { in GetAsArgs()
127 if (GetType() == OptionValue::eTypeArgs) in GetAsArgs()
132 OptionValueDictionary *OptionValue::GetAsDictionary() { in GetAsDictionary()
133 if (GetType() == OptionValue::eTypeDictionary) in GetAsDictionary()
138 const OptionValueDictionary *OptionValue::GetAsDictionary() const { in GetAsDictionary()
139 if (GetType() == OptionValue::eTypeDictionary) in GetAsDictionary()
144 OptionValueEnumeration *OptionValue::GetAsEnumeration() { in GetAsEnumeration()
145 if (GetType() == OptionValue::eTypeEnum) in GetAsEnumeration()
150 const OptionValueEnumeration *OptionValue::GetAsEnumeration() const { in GetAsEnumeration()
151 if (GetType() == OptionValue::eTypeEnum) in GetAsEnumeration()
156 OptionValueFormat *OptionValue::GetAsFormat() { in GetAsFormat()
157 if (GetType() == OptionValue::eTypeFormat) in GetAsFormat()
162 const OptionValueFormat *OptionValue::GetAsFormat() const { in GetAsFormat()
163 if (GetType() == OptionValue::eTypeFormat) in GetAsFormat()
168 OptionValueLanguage *OptionValue::GetAsLanguage() { in GetAsLanguage()
169 if (GetType() == OptionValue::eTypeLanguage) in GetAsLanguage()
174 const OptionValueLanguage *OptionValue::GetAsLanguage() const { in GetAsLanguage()
175 if (GetType() == OptionValue::eTypeLanguage) in GetAsLanguage()
180 OptionValueFormatEntity *OptionValue::GetAsFormatEntity() { in GetAsFormatEntity()
181 if (GetType() == OptionValue::eTypeFormatEntity) in GetAsFormatEntity()
186 const OptionValueFormatEntity *OptionValue::GetAsFormatEntity() const { in GetAsFormatEntity()
187 if (GetType() == OptionValue::eTypeFormatEntity) in GetAsFormatEntity()
192 OptionValuePathMappings *OptionValue::GetAsPathMappings() { in GetAsPathMappings()
193 if (GetType() == OptionValue::eTypePathMap) in GetAsPathMappings()
198 const OptionValuePathMappings *OptionValue::GetAsPathMappings() const { in GetAsPathMappings()
199 if (GetType() == OptionValue::eTypePathMap) in GetAsPathMappings()
204 OptionValueProperties *OptionValue::GetAsProperties() { in GetAsProperties()
205 if (GetType() == OptionValue::eTypeProperties) in GetAsProperties()
210 const OptionValueProperties *OptionValue::GetAsProperties() const { in GetAsProperties()
211 if (GetType() == OptionValue::eTypeProperties) in GetAsProperties()
216 OptionValueRegex *OptionValue::GetAsRegex() { in GetAsRegex()
217 if (GetType() == OptionValue::eTypeRegex) in GetAsRegex()
222 const OptionValueRegex *OptionValue::GetAsRegex() const { in GetAsRegex()
223 if (GetType() == OptionValue::eTypeRegex) in GetAsRegex()
228 OptionValueSInt64 *OptionValue::GetAsSInt64() { in GetAsSInt64()
229 if (GetType() == OptionValue::eTypeSInt64) in GetAsSInt64()
234 const OptionValueSInt64 *OptionValue::GetAsSInt64() const { in GetAsSInt64()
235 if (GetType() == OptionValue::eTypeSInt64) in GetAsSInt64()
240 OptionValueString *OptionValue::GetAsString() { in GetAsString()
241 if (GetType() == OptionValue::eTypeString) in GetAsString()
246 const OptionValueString *OptionValue::GetAsString() const { in GetAsString()
247 if (GetType() == OptionValue::eTypeString) in GetAsString()
252 OptionValueUInt64 *OptionValue::GetAsUInt64() { in GetAsUInt64()
253 if (GetType() == OptionValue::eTypeUInt64) in GetAsUInt64()
258 const OptionValueUInt64 *OptionValue::GetAsUInt64() const { in GetAsUInt64()
259 if (GetType() == OptionValue::eTypeUInt64) in GetAsUInt64()
264 OptionValueUUID *OptionValue::GetAsUUID() { in GetAsUUID()
265 if (GetType() == OptionValue::eTypeUUID) in GetAsUUID()
270 const OptionValueUUID *OptionValue::GetAsUUID() const { in GetAsUUID()
271 if (GetType() == OptionValue::eTypeUUID) in GetAsUUID()
276 bool OptionValue::GetBooleanValue(bool fail_value) const { in GetBooleanValue()
283 bool OptionValue::SetBooleanValue(bool new_value) { in SetBooleanValue()
292 char OptionValue::GetCharValue(char fail_value) const { in GetCharValue()
299 char OptionValue::SetCharValue(char new_value) { in SetCharValue()
308 int64_t OptionValue::GetEnumerationValue(int64_t fail_value) const { in GetEnumerationValue()
315 bool OptionValue::SetEnumerationValue(int64_t value) { in SetEnumerationValue()
324 FileSpec OptionValue::GetFileSpecValue() const { in GetFileSpecValue()
331 bool OptionValue::SetFileSpecValue(const FileSpec &file_spec) { in SetFileSpecValue()
340 FileSpecList OptionValue::GetFileSpecListValue() const { in GetFileSpecListValue()
347 lldb::Format OptionValue::GetFormatValue(lldb::Format fail_value) const { in GetFormatValue()
354 bool OptionValue::SetFormatValue(lldb::Format new_value) { in SetFormatValue()
364 OptionValue::GetLanguageValue(lldb::LanguageType fail_value) const { in GetLanguageValue()
371 bool OptionValue::SetLanguageValue(lldb::LanguageType new_language) { in SetLanguageValue()
380 const FormatEntity::Entry *OptionValue::GetFormatEntity() const { in GetFormatEntity()
387 const RegularExpression *OptionValue::GetRegexValue() const { in GetRegexValue()
394 int64_t OptionValue::GetSInt64Value(int64_t fail_value) const { in GetSInt64Value()
401 bool OptionValue::SetSInt64Value(int64_t new_value) { in SetSInt64Value()
410 llvm::StringRef OptionValue::GetStringValue(llvm::StringRef fail_value) const { in GetStringValue()
417 bool OptionValue::SetStringValue(llvm::StringRef new_value) { in SetStringValue()
426 uint64_t OptionValue::GetUInt64Value(uint64_t fail_value) const { in GetUInt64Value()
433 bool OptionValue::SetUInt64Value(uint64_t new_value) { in SetUInt64Value()
442 UUID OptionValue::GetUUIDValue() const { in GetUUIDValue()
449 bool OptionValue::SetUUIDValue(const UUID &uuid) { in SetUUIDValue()
458 const char *OptionValue::GetBuiltinTypeAsCString(Type t) { in GetBuiltinTypeAsCString()
504 lldb::OptionValueSP OptionValue::CreateValueFromCStringForTypeMask( in CreateValueFromCStringForTypeMask()
553 bool OptionValue::DumpQualifiedName(Stream &strm) const { in DumpQualifiedName()
571 size_t OptionValue::AutoComplete(CommandInterpreter &interpreter, in AutoComplete()
577 Status OptionValue::SetValueFromString(llvm::StringRef value, in SetValueFromString()