Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValue.h32 eTypeArray, enumerator
142 case 1u << eTypeArray: in ConvertTypeMaskToType()
143 return eTypeArray; in ConvertTypeMaskToType()
H A DOptionValueArray.h30 OptionValue::Type GetType() const override { return eTypeArray; } in GetType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValue.cpp109 if (GetType() == OptionValue::eTypeArray) in GetAsArray()
115 if (GetType() == OptionValue::eTypeArray) in GetAsArray()
466 case eTypeArray: in GetBuiltinTypeAsCString()
H A DOptionValueArray.cpp23 if ((GetType() == eTypeArray) && (m_type_mask != eTypeInvalid)) in DumpValue()
44 case eTypeArray: in DumpValue()
H A DProperty.cpp41 case OptionValue::eTypeArray: in Property()
H A DOptionValueDictionary.cpp54 case eTypeArray: in DumpValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3423 {"trap-handler-names", OptionValue::eTypeArray, true,
H A DProcess.cpp119 {"extra-startup-command", OptionValue::eTypeArray, false,