Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValue.h31 eTypeArray, enumerator
142 case 1u << eTypeArray: in ConvertTypeMaskToType()
143 return eTypeArray; in ConvertTypeMaskToType()
H A DOptionValueArray.h27 OptionValue::Type GetType() const override { return eTypeArray; } in GetType()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValue.cpp107 if (GetType() == OptionValue::eTypeArray) in GetAsArray()
113 if (GetType() == OptionValue::eTypeArray) in GetAsArray()
464 case eTypeArray: in GetBuiltinTypeAsCString()
H A DOptionValueArray.cpp21 if ((GetType() == eTypeArray) && (m_type_mask != eTypeInvalid)) in DumpValue()
42 case eTypeArray: in DumpValue()
H A DProperty.cpp42 case OptionValue::eTypeArray: in Property()
H A DOptionValueDictionary.cpp54 case eTypeArray: in DumpValue()