Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DOptionValue.h33 eTypeDictionary, enumerator
137 case 1u << eTypeDictionary: in ConvertTypeMaskToType()
138 return eTypeDictionary; in ConvertTypeMaskToType()
DOptionValueDictionary.h29 OptionValue::Type GetType() const override { return eTypeDictionary; } in GetType()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DOptionValue.cpp131 if (GetType() == OptionValue::eTypeDictionary) in GetAsDictionary()
137 if (GetType() == OptionValue::eTypeDictionary) in GetAsDictionary()
470 case eTypeDictionary: in GetBuiltinTypeAsCString()
DProperty.cpp70 case OptionValue::eTypeDictionary: in Property()
DOptionValueArray.cpp44 case eTypeDictionary: in DumpValue()
DOptionValueDictionary.cpp54 case eTypeDictionary: in DumpValue()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp14427 (value_sp->GetType() != OptionValue::eTypeDictionary)) { in TestEmulation()
14440 (value_sp->GetType() != OptionValue::eTypeDictionary)) { in TestEmulation()