Home
last modified time | relevance | path

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

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