Searched refs:eTypeString (Results 1 – 15 of 15) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| HD | OptionValue.h | 48 eTypeString, enumerator 196 case 1u << eTypeString: return eTypeString; in ConvertTypeMaskToType()
|
| HD | OptionValueArgs.h | 25 OptionValueArray (OptionValue::ConvertTypeToMask (OptionValue::eTypeString)) in OptionValueArgs()
|
| HD | OptionValueString.h | 133 return eTypeString; in GetType()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | StructuredData.h | 78 eTypeString, enumerator 190 if (m_type == Type::eTypeString) in GetAsString() 478 Object (Type::eTypeString), in Object() argument 486 Object (Type::eTypeString), in String() 492 Object (Type::eTypeString), in String()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | OptionValue.cpp | 324 if (GetType () == OptionValue::eTypeString) in GetAsString() 332 if (GetType () == OptionValue::eTypeString) in GetAsString() 634 case eTypeString: return "string"; in GetBuiltinTypeAsCString() 658 case 1u << eTypeString: value_sp.reset(new OptionValueString()); break; in CreateValueFromCStringForTypeMask()
|
| HD | OptionValueDictionary.cpp | 70 case eTypeString: in DumpValue() 386 if (pos->second->GetType() == OptionValue::eTypeString) in SetStringValueForKey()
|
| HD | Property.cpp | 184 case OptionValue::eTypeString: in Property()
|
| HD | OptionValueArray.cpp | 62 case eTypeString: in DumpValue()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| HD | TypeSummary.h | 249 eTypeString, enumerator 443 return TypeSummaryImpl::eTypeString; in GetType()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | Thread.cpp | 2239 if (name && name->GetType() == StructuredData::Type::eTypeString in GetDescription() 2253 if (breadcrumb_text && breadcrumb_text->GetType() == StructuredData::Type::eTypeString) in GetDescription() 2275 … if (message_text && message_text->GetType() == StructuredData::Type::eTypeString) in GetDescription()
|
| HD | Target.cpp | 2958 …{ "arg0" , OptionValue::eTypeString , false, 0 … 2960 … , OptionValue::eTypeDictionary, false, OptionValue::eTypeString , NULL, NULL, … 2989 …s" , OptionValue::eTypeArray , true, OptionValue::eTypeString, NULL, NULL, …
|
| HD | Process.cpp | 110 …{ "extra-startup-command", OptionValue::eTypeArray , false, OptionValue::eTypeString, NULL, NULL,…
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | Debugger.cpp | 150 { "prompt", OptionValue::eTypeString , true, OptionValueString::eOptionEnc…
|
| HD | FormatEntity.cpp | 1092 else if (value->GetType() == StructuredData::Type::eTypeString) in FormatThreadExtendedInfoRecurse()
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBThread.cpp | 636 if (node->GetType() == StructuredData::Type::eTypeString) in GetInfoItemByPathAsString()
|