Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValue.h29 eTypeArray, enumerator
129 case 1u << eTypeArray: in ConvertTypeMaskToType()
130 return eTypeArray; in ConvertTypeMaskToType()
DOptionValueArray.h27 OptionValue::Type GetType() const override { return eTypeArray; } in GetType()
/external/llvm-project/lldb/tools/debugserver/source/
DJSONGenerator.h50 eTypeArray, enumerator
73 if (m_type == Type::eTypeArray) in GetAsArray()
122 Array() : Object(Type::eTypeArray) {} in Array()
/external/llvm-project/lldb/source/Interpreter/
DOptionValue.cpp107 if (GetType() == OptionValue::eTypeArray) in GetAsArray()
113 if (GetType() == OptionValue::eTypeArray) in GetAsArray()
464 case eTypeArray: in GetBuiltinTypeAsCString()
DOptionValueArray.cpp22 if ((GetType() == eTypeArray) && (m_type_mask != eTypeInvalid)) in DumpValue()
43 case eTypeArray: in DumpValue()
DProperty.cpp43 case OptionValue::eTypeArray: in Property()
DOptionValueDictionary.cpp53 case eTypeArray: in DumpValue()