Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h53 eTypeUUID, enumerator
183 case 1u << eTypeUUID: in ConvertTypeMaskToType()
184 return eTypeUUID; in ConvertTypeMaskToType()
H A DOptionValueUUID.h27 OptionValue::Type GetType() const override { return eTypeUUID; } in GetType()
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.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()
H A DProperty.cpp205 case OptionValue::eTypeUUID: in Property()
H A DOptionValueArray.cpp59 case eTypeUUID: in DumpValue()
H A DOptionValueDictionary.cpp76 case eTypeUUID: in DumpValue()