Searched refs:eTypeString (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | OptionValue.h | 45 eTypeString, enumerator 168 case 1u << eTypeString: in ConvertTypeMaskToType() 169 return eTypeString; in ConvertTypeMaskToType()
|
| H A D | OptionValueArgs.h | 21 OptionValue::ConvertTypeToMask(OptionValue::eTypeString)) {} in OptionValueArgs()
|
| H A D | OptionValueString.h | 79 OptionValue::Type GetType() const override { return eTypeString; } in GetType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionValue.cpp | 241 if (GetType() == OptionValue::eTypeString) in GetAsString() 247 if (GetType() == OptionValue::eTypeString) in GetAsString() 494 case eTypeString: in GetBuiltinTypeAsCString() 534 case 1u << eTypeString: in CreateValueFromCStringForTypeMask()
|
| H A D | Property.cpp | 200 case OptionValue::eTypeString: in Property()
|
| H A D | OptionValueArray.cpp | 58 case eTypeString: in DumpValue()
|
| H A D | OptionValueDictionary.cpp | 69 case eTypeString: in DumpValue()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Debugger.cpp | 215 {"prompt", OptionValue::eTypeString, true, 240 {"stop-show-column-ansi-prefix", OptionValue::eTypeString, true, 0, 245 {"stop-show-column-ansi-suffix", OptionValue::eTypeString, true, 0,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Target.cpp | 3330 {"arg0", OptionValue::eTypeString, false, 0, nullptr, {}, 3337 {"env-vars", OptionValue::eTypeDictionary, false, OptionValue::eTypeString, 3424 OptionValue::eTypeString, nullptr, {},
|
| H A D | Process.cpp | 120 OptionValue::eTypeString, nullptr, {},
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 128 OptionValue::eTypeString, // type
|