Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h37 eTypeArray, enumerator
152 case 1u << eTypeArray: in ConvertTypeMaskToType()
153 return eTypeArray; in ConvertTypeMaskToType()
H A DOptionValueArray.h27 OptionValue::Type GetType() const override { return eTypeArray; } in GetType()
/llvm-project/lldb/tools/debugserver/source/
H A DJSONGenerator.h50 eTypeArray, enumerator
73 if (m_type == Type::eTypeArray) in GetAsArray()
124 Array() : Object(Type::eTypeArray) {} in Array()
/llvm-project/lldb/source/Interpreter/
H A DOptionValueArray.cpp21 if ((GetType() == eTypeArray) && (m_type_mask != eTypeInvalid)) in DumpValue()
42 case eTypeArray: in DumpValue()
H A DOptionValue.cpp104 if (GetType() == OptionValue::eTypeArray)
110 if (GetType() == OptionValue::eTypeArray)
485 case eTypeArray: in GetBuiltinTypeAsCString()
H A DProperty.cpp42 case OptionValue::eTypeArray: in Property()
H A DOptionValueDictionary.cpp58 case eTypeArray: in DumpValue()