Home
last modified time | relevance | path

Searched refs:eTypeString (Results 1 – 15 of 15) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptionValue.h48 eTypeString, enumerator
196 case 1u << eTypeString: return eTypeString; in ConvertTypeMaskToType()
HDOptionValueArgs.h25 OptionValueArray (OptionValue::ConvertTypeToMask (OptionValue::eTypeString)) in OptionValueArgs()
HDOptionValueString.h133 return eTypeString; in GetType()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDStructuredData.h78 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/
HDOptionValue.cpp324 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()
HDOptionValueDictionary.cpp70 case eTypeString: in DumpValue()
386 if (pos->second->GetType() == OptionValue::eTypeString) in SetStringValueForKey()
HDProperty.cpp184 case OptionValue::eTypeString: in Property()
HDOptionValueArray.cpp62 case eTypeString: in DumpValue()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
HDTypeSummary.h249 eTypeString, enumerator
443 return TypeSummaryImpl::eTypeString; in GetType()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThread.cpp2239 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()
HDTarget.cpp2958 …{ "arg0" , OptionValue::eTypeString , false, 0 …
2960 … , OptionValue::eTypeDictionary, false, OptionValue::eTypeString , NULL, NULL, …
2989 …s" , OptionValue::eTypeArray , true, OptionValue::eTypeString, NULL, NULL, …
HDProcess.cpp110 …{ "extra-startup-command", OptionValue::eTypeArray , false, OptionValue::eTypeString, NULL, NULL,…
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDebugger.cpp150 { "prompt", OptionValue::eTypeString , true, OptionValueString::eOptionEnc…
HDFormatEntity.cpp1092 else if (value->GetType() == StructuredData::Type::eTypeString) in FormatThreadExtendedInfoRecurse()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBThread.cpp636 if (node->GetType() == StructuredData::Type::eTypeString) in GetInfoItemByPathAsString()