Home
last modified time | relevance | path

Searched refs:TypeFormatImpl_EnumType (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h189 class TypeFormatImpl_EnumType : public TypeFormatImpl {
191 TypeFormatImpl_EnumType(ConstString type_name = ConstString(""),
194 typedef std::shared_ptr<TypeFormatImpl_EnumType> SharedPointer;
196 ~TypeFormatImpl_EnumType() override;
215 TypeFormatImpl_EnumType(const TypeFormatImpl_EnumType &) = delete;
216 const TypeFormatImpl_EnumType &
217 operator=(const TypeFormatImpl_EnumType &) = delete;
/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp135 TypeFormatImpl_EnumType::TypeFormatImpl_EnumType( in TypeFormatImpl_EnumType() function in TypeFormatImpl_EnumType
139 TypeFormatImpl_EnumType::~TypeFormatImpl_EnumType() = default;
141 bool TypeFormatImpl_EnumType::FormatObject(ValueObject *valobj, in FormatObject()
198 std::string TypeFormatImpl_EnumType::GetDescription() { in GetDescription()
/llvm-project/lldb/source/API/
H A DSBTypeFormat.cpp28 : m_opaque_sp(TypeFormatImplSP(new TypeFormatImpl_EnumType( in SBTypeFormat()
62 return ((TypeFormatImpl_EnumType *)m_opaque_sp.get()) in GetTypeName()
87 ((TypeFormatImpl_EnumType *)m_opaque_sp.get()) in SetTypeName()
180 new TypeFormatImpl_EnumType(ConstString(GetTypeName()), GetOptions()))); in CopyOnWrite_Impl()
/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp669 entry = std::make_shared<TypeFormatImpl_EnumType>( in DoExecute()