Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h40 eTypeDictionary, enumerator
150 case 1u << eTypeDictionary: in ConvertTypeMaskToType()
151 return eTypeDictionary; in ConvertTypeMaskToType()
H A DOptionValueDictionary.h32 OptionValue::Type GetType() const override { return eTypeDictionary; } in GetType()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp128 if (GetType() == OptionValue::eTypeDictionary) in GetAsDictionary()
134 if (GetType() == OptionValue::eTypeDictionary) in GetAsDictionary()
500 case eTypeDictionary: in GetBuiltinTypeAsCString()
H A DProperty.cpp69 case OptionValue::eTypeDictionary: in Property()
H A DOptionValueArray.cpp43 case eTypeDictionary: in DumpValue()
H A DOptionValueDictionary.cpp59 case eTypeDictionary: in DumpValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp14390 (value_sp->GetType() != OptionValue::eTypeDictionary)) { in TestEmulation()
14403 (value_sp->GetType() != OptionValue::eTypeDictionary)) { in TestEmulation()