Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeFormat.cpp135 TypeFormatImpl_EnumType::TypeFormatImpl_EnumType( in TypeFormatImpl_EnumType() function in TypeFormatImpl_EnumType
139 TypeFormatImpl_EnumType::~TypeFormatImpl_EnumType() {} in ~TypeFormatImpl_EnumType()
141 bool TypeFormatImpl_EnumType::FormatObject(ValueObject *valobj, in FormatObject()
199 std::string TypeFormatImpl_EnumType::GetDescription() { in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h188 class TypeFormatImpl_EnumType : public TypeFormatImpl {
190 TypeFormatImpl_EnumType(ConstString type_name = ConstString(""),
193 typedef std::shared_ptr<TypeFormatImpl_EnumType> SharedPointer;
195 ~TypeFormatImpl_EnumType() override;
214 DISALLOW_COPY_AND_ASSIGN(TypeFormatImpl_EnumType);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeFormat.cpp27 : m_opaque_sp(TypeFormatImplSP(new TypeFormatImpl_EnumType( in SBTypeFormat()
45 return ((TypeFormatImpl_EnumType *)m_opaque_sp.get()) in GetTypeName()
64 ((TypeFormatImpl_EnumType *)m_opaque_sp.get()) in SetTypeName()
145 new TypeFormatImpl_EnumType(ConstString(GetTypeName()), GetOptions()))); in CopyOnWrite_Impl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp709 entry.reset(new TypeFormatImpl_EnumType( in DoExecute()