Home
last modified time | relevance | path

Searched refs:eTypeArray (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptionValue.h35 eTypeArray, enumerator
183 case 1u << eTypeArray: return eTypeArray; in ConvertTypeMaskToType()
HDOptionValueArray.h45 return eTypeArray; in GetType()
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValue.cpp146 if (GetType () == OptionValue::eTypeArray) in GetAsArray()
155 if (GetType () == OptionValue::eTypeArray) in GetAsArray()
619 case eTypeArray: return "array"; in GetBuiltinTypeAsCString()
HDOptionValueArray.cpp29 if ((GetType() == eTypeArray) && (m_type_mask != eTypeInvalid)) in DumpValue()
48 case eTypeArray: in DumpValue()
HDProperty.cpp47 case OptionValue::eTypeArray: in Property()
HDOptionValueDictionary.cpp55 case eTypeArray: in DumpValue()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDStructuredData.h74 eTypeArray, enumerator
123 if (m_type == Type::eTypeArray) in GetAsArray()
232 Object (Type::eTypeArray) in Array()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDStructuredData.cpp186 if (this->GetType() == Type::eTypeArray) in GetObjectForDotSeparatedPath()
HDFormatEntity.cpp1097 else if (value->GetType() == StructuredData::Type::eTypeArray) in FormatThreadExtendedInfoRecurse()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThread.cpp2259 if (messages && messages->GetType() == StructuredData::Type::eTypeArray) in GetDescription()
HDTarget.cpp2989 …{ "trap-handler-names" , OptionValue::eTypeArray , true, OptionValue::eTypeSt…
HDProcess.cpp110 …{ "extra-startup-command", OptionValue::eTypeArray , false, OptionValue::eTypeString, NULL, NULL,…