Searched refs:TypeFormatImpl_Format (Results 1 – 6 of 6) sorted by relevance
159 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;
35 TypeFormatImpl_Format::TypeFormatImpl_Format(lldb::Format f, in TypeFormatImpl_Format() function in TypeFormatImpl_Format39 TypeFormatImpl_Format::~TypeFormatImpl_Format() = default;41 bool TypeFormatImpl_Format::FormatObject(ValueObject *valobj, in FormatObject()126 std::string TypeFormatImpl_Format::GetDescription() { in GetDescription()
27 lldb::TypeFormatImplSP format_sp(new TypeFormatImpl_Format(format, flags)); in AddFormat()
23 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()
663 entry = std::make_shared<TypeFormatImpl_Format>( in DoExecute()