Home
last modified time | relevance | path

Searched refs:TypeFormatImpl_Format (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h159 class TypeFormatImpl_Format : public TypeFormatImpl {
161 TypeFormatImpl_Format(lldb::Format f = lldb::eFormatInvalid,
164 typedef std::shared_ptr<TypeFormatImpl_Format> SharedPointer;
166 ~TypeFormatImpl_Format() override;
184 TypeFormatImpl_Format(const TypeFormatImpl_Format &) = delete;
185 const TypeFormatImpl_Format &
186 operator=(const TypeFormatImpl_Format &) = delete;
/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp35 TypeFormatImpl_Format::TypeFormatImpl_Format(lldb::Format f, in TypeFormatImpl_Format() function in TypeFormatImpl_Format
39 TypeFormatImpl_Format::~TypeFormatImpl_Format() = default;
41 bool TypeFormatImpl_Format::FormatObject(ValueObject *valobj, in FormatObject()
126 std::string TypeFormatImpl_Format::GetDescription() { in GetDescription()
H A DFormattersHelpers.cpp27 lldb::TypeFormatImplSP format_sp(new TypeFormatImpl_Format(format, flags)); in AddFormat()
/llvm-project/lldb/source/API/
H A DSBTypeFormat.cpp23 TypeFormatImplSP(new TypeFormatImpl_Format(format, options))) { in SBTypeFormat()
54 return ((TypeFormatImpl_Format *)m_opaque_sp.get())->GetFormat(); in GetFormat()
80 ((TypeFormatImpl_Format *)m_opaque_sp.get())->SetFormat(fmt); in SetFormat()
177 TypeFormatImplSP(new TypeFormatImpl_Format(GetFormat(), GetOptions()))); in CopyOnWrite_Impl()
/llvm-project/lldb/source/Core/
H A DValueObject.cpp
/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp663 entry = std::make_shared<TypeFormatImpl_Format>( in DoExecute()