Home
last modified time | relevance | path

Searched refs:eTypeUUID (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionValue.h53 eTypeUUID, enumerator
183 case 1u << eTypeUUID: in ConvertTypeMaskToType()
184 return eTypeUUID; in ConvertTypeMaskToType()
HDOptionValueUUID.h27 OptionValue::Type GetType() const override { return eTypeUUID; } in GetType()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionValue.cpp262 if (GetType() == OptionValue::eTypeUUID) in GetAsUUID()
268 if (GetType() == OptionValue::eTypeUUID) in GetAsUUID()
521 case eTypeUUID: in GetBuiltinTypeAsCString()
563 case 1u << eTypeUUID: in CreateValueFromCStringForTypeMask()
HDProperty.cpp205 case OptionValue::eTypeUUID: in Property()
HDOptionValueArray.cpp59 case eTypeUUID: in DumpValue()
HDOptionValueDictionary.cpp76 case eTypeUUID: in DumpValue()