Home
last modified time | relevance | path

Searched refs:eTypeFormat (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeFormat.cpp38 if (IsValid() && m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeFormat) in GetFormat()
58 if (CopyOnWrite_Impl(Type::eTypeFormat)) in SetFormat()
127 (type == Type::eTypeFormat && in CopyOnWrite_Impl()
128 m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeFormat) || in CopyOnWrite_Impl()
134 if (m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeFormat) in CopyOnWrite_Impl()
135 type = Type::eTypeFormat; in CopyOnWrite_Impl()
140 if (type == Type::eTypeFormat) in CopyOnWrite_Impl()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValue.h39 eTypeFormat, enumerator
156 case 1u << eTypeFormat: in ConvertTypeMaskToType()
157 return eTypeFormat; in ConvertTypeMaskToType()
H A DOptionValueFormat.h32 OptionValue::Type GetType() const override { return eTypeFormat; } in GetType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValue.cpp157 if (GetType() == OptionValue::eTypeFormat) in GetAsFormat()
163 if (GetType() == OptionValue::eTypeFormat) in GetAsFormat()
480 case eTypeFormat: in GetBuiltinTypeAsCString()
522 case 1u << eTypeFormat: in CreateValueFromCStringForTypeMask()
H A DProperty.cpp114 case OptionValue::eTypeFormat: in Property()
H A DOptionValueArray.cpp56 case eTypeFormat: in DumpValue()
H A DOptionValueDictionary.cpp67 case eTypeFormat: in DumpValue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h140 enum class Type { eTypeUnknown, eTypeFormat, eTypeEnum }; enumerator
174 return TypeFormatImpl::Type::eTypeFormat; in GetType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTypeFormat.h70 enum class Type { eTypeKeepSame, eTypeFormat, eTypeEnum }; enumerator