Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeFormat.cpp53 if (IsValid() && m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeFormat) in GetFormat()
79 if (CopyOnWrite_Impl(Type::eTypeFormat)) in SetFormat()
162 (type == Type::eTypeFormat && in CopyOnWrite_Impl()
163 m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeFormat) || in CopyOnWrite_Impl()
169 if (m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeFormat) in CopyOnWrite_Impl()
170 type = Type::eTypeFormat; in CopyOnWrite_Impl()
175 if (type == Type::eTypeFormat) in CopyOnWrite_Impl()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp154 if (GetType() == OptionValue::eTypeFormat) in GetAsLanguage()
160 if (GetType() == OptionValue::eTypeFormat) in GetAsFormatEntity()
503 case eTypeFormat: in CreateValueFromCStringForTypeMask()
545 case 1u << eTypeFormat: in DumpQualifiedName()
H A DProperty.cpp125 case OptionValue::eTypeFormat: in Property()
H A DOptionValueArray.cpp55 case eTypeFormat: in DumpValue()
H A DOptionValueDictionary.cpp72 case eTypeFormat: in DumpValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h45 eTypeFormat,
167 case 1u << eTypeFormat: in ConvertTypeMaskToType()
168 return eTypeFormat; in ConvertTypeMaskToType()
44 eTypeFormat, global() enumerator
H A DOptionValueFormat.h29 OptionValue::Type GetType() const override { return eTypeFormat; } in GetType()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h138 enum class Type { eTypeUnknown, eTypeFormat, eTypeEnum }; enumerator
173 return TypeFormatImpl::Type::eTypeFormat; in GetType()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeFormat.h71 enum class Type { eTypeKeepSame, eTypeFormat, eTypeEnum }; enumerator