Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBTypeFormat.cpp57 if (IsValid() && m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeFormat) in GetFormat()
83 if (CopyOnWrite_Impl(Type::eTypeFormat)) in SetFormat()
172 (type == Type::eTypeFormat && in CopyOnWrite_Impl()
173 m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeFormat) || in CopyOnWrite_Impl()
179 if (m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeFormat) in CopyOnWrite_Impl()
180 type = Type::eTypeFormat; in CopyOnWrite_Impl()
185 if (type == Type::eTypeFormat) in CopyOnWrite_Impl()
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValue.h37 eTypeFormat, enumerator
145 case 1u << eTypeFormat: in ConvertTypeMaskToType()
146 return eTypeFormat; in ConvertTypeMaskToType()
DOptionValueFormat.h29 OptionValue::Type GetType() const override { return eTypeFormat; } in GetType()
/external/llvm-project/lldb/source/Interpreter/
DOptionValue.cpp155 if (GetType() == OptionValue::eTypeFormat) in GetAsFormat()
161 if (GetType() == OptionValue::eTypeFormat) in GetAsFormat()
480 case eTypeFormat: in GetBuiltinTypeAsCString()
522 case 1u << eTypeFormat: in CreateValueFromCStringForTypeMask()
DProperty.cpp125 case OptionValue::eTypeFormat: in Property()
DOptionValueArray.cpp56 case eTypeFormat: in DumpValue()
DOptionValueDictionary.cpp67 case eTypeFormat: in DumpValue()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeFormat.h138 enum class Type { eTypeUnknown, eTypeFormat, eTypeEnum }; enumerator
173 return TypeFormatImpl::Type::eTypeFormat; in GetType()
/external/llvm-project/lldb/include/lldb/API/
DSBTypeFormat.h71 enum class Type { eTypeKeepSame, eTypeFormat, eTypeEnum }; enumerator