Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h37 eTypeArray, enumerator
151 case 1u << eTypeArray: in ConvertTypeMaskToType()
152 return eTypeArray; in ConvertTypeMaskToType()
H A DOptionValueArray.h27 OptionValue::Type GetType() const override { return eTypeArray; } in GetType()
/freebsd-src/contrib/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.cpp106 if (GetType() == OptionValue::eTypeArray) in GetAsArray()
112 if (GetType() == OptionValue::eTypeArray) in GetAsArray()
487 case eTypeArray: in GetBuiltinTypeAsCString()
H A DProperty.cpp42 case OptionValue::eTypeArray: in Property()
H A DOptionValueDictionary.cpp58 case eTypeArray: in DumpValue()