Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h30 eTypeArray, enumerator
131 case 1u << eTypeArray: in ConvertTypeMaskToType()
132 return eTypeArray; in ConvertTypeMaskToType()
H A DOptionValueArray.h27 OptionValue::Type GetType() const override { return eTypeArray; } in GetType()
/freebsd-13.1/contrib/llvm-project/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.cpp22 if ((GetType() == eTypeArray) && (m_type_mask != eTypeInvalid)) in DumpValue()
43 case eTypeArray: in DumpValue()
H A DProperty.cpp43 case OptionValue::eTypeArray: in Property()
H A DOptionValueDictionary.cpp53 case eTypeArray: in DumpValue()