Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValue.h35 eTypeDictionary, enumerator
148 case 1u << eTypeDictionary: in ConvertTypeMaskToType()
149 return eTypeDictionary; in ConvertTypeMaskToType()
H A DOptionValueDictionary.h32 OptionValue::Type GetType() const override { return eTypeDictionary; } in GetType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValue.cpp133 if (GetType() == OptionValue::eTypeDictionary) in GetAsDictionary()
139 if (GetType() == OptionValue::eTypeDictionary) in GetAsDictionary()
472 case eTypeDictionary: in GetBuiltinTypeAsCString()
H A DProperty.cpp66 case OptionValue::eTypeDictionary: in Property()
H A DOptionValueArray.cpp45 case eTypeDictionary: in DumpValue()
H A DOptionValueDictionary.cpp55 case eTypeDictionary: in DumpValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3337 {"env-vars", OptionValue::eTypeDictionary, false, OptionValue::eTypeString,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp14471 (value_sp->GetType() != OptionValue::eTypeDictionary)) { in TestEmulation()
14484 (value_sp->GetType() != OptionValue::eTypeDictionary)) { in TestEmulation()