Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h46 eTypeUUID, enumerator
163 case 1u << eTypeUUID: in ConvertTypeMaskToType()
164 return eTypeUUID; in ConvertTypeMaskToType()
H A DOptionValueUUID.h27 OptionValue::Type GetType() const override { return eTypeUUID; } in GetType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp263 if (GetType() == OptionValue::eTypeUUID) in GetAsUUID()
269 if (GetType() == OptionValue::eTypeUUID) in GetAsUUID()
498 case eTypeUUID: in GetBuiltinTypeAsCString()
540 case 1u << eTypeUUID: in CreateValueFromCStringForTypeMask()
H A DProperty.cpp201 case OptionValue::eTypeUUID: in Property()
H A DOptionValueArray.cpp60 case eTypeUUID: in DumpValue()
H A DOptionValueDictionary.cpp71 case eTypeUUID: in DumpValue()