Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValue.h39 eTypeFormat, enumerator
158 case 1u << eTypeFormat: in ConvertTypeMaskToType()
159 return eTypeFormat; in ConvertTypeMaskToType()
H A DOptionValueFormat.h29 OptionValue::Type GetType() const override { return eTypeFormat; } in GetType()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A 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()
H A DProperty.cpp125 case OptionValue::eTypeFormat: in Property()
H A DOptionValueArray.cpp55 case eTypeFormat: in DumpValue()
H A DOptionValueDictionary.cpp68 case eTypeFormat: in DumpValue()
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h138 enum class Type { eTypeUnknown, eTypeFormat, eTypeEnum }; enumerator
173 return TypeFormatImpl::Type::eTypeFormat; in GetType()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTypeFormat.h71 enum class Type { eTypeKeepSame, eTypeFormat, eTypeEnum }; enumerator