Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionValue.h40 eTypeDictionary, enumerator
157 case 1u << eTypeDictionary: in ConvertTypeMaskToType()
158 return eTypeDictionary; in ConvertTypeMaskToType()
HDOptionValueDictionary.h32 OptionValue::Type GetType() const override { return eTypeDictionary; } in GetType()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionValue.cpp130 if (GetType() == OptionValue::eTypeDictionary) in GetAsDictionary()
136 if (GetType() == OptionValue::eTypeDictionary) in GetAsDictionary()
493 case eTypeDictionary: in GetBuiltinTypeAsCString()
HDProperty.cpp69 case OptionValue::eTypeDictionary: in Property()
HDOptionValueArray.cpp43 case eTypeDictionary: in DumpValue()
HDOptionValueDictionary.cpp59 case eTypeDictionary: in DumpValue()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
HDEmulateInstructionARM.cpp14390 (value_sp->GetType() != OptionValue::eTypeDictionary)) { in TestEmulation()
14403 (value_sp->GetType() != OptionValue::eTypeDictionary)) { in TestEmulation()