Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValue.h34 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()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DJSONGenerator.h55 eTypeDictionary enumerator
79 if (m_type == Type::eTypeDictionary) in GetAsDictionary()
256 Dictionary() : Object(Type::eTypeDictionary), m_dict() {} in Dictionary()
/openbsd-src/gnu/llvm/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.cpp69 case OptionValue::eTypeDictionary: in Property()
H A DOptionValueArray.cpp43 case eTypeDictionary: in DumpValue()
H A DOptionValueDictionary.cpp55 case eTypeDictionary: in DumpValue()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp14390 (value_sp->GetType() != OptionValue::eTypeDictionary)) { in TestEmulation()
14403 (value_sp->GetType() != OptionValue::eTypeDictionary)) { in TestEmulation()