Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeFormat.cpp36 TypeFormatImpl_Format::TypeFormatImpl_Format(lldb::Format f, in TypeFormatImpl_Format() function in TypeFormatImpl_Format
40 TypeFormatImpl_Format::~TypeFormatImpl_Format() {} in ~TypeFormatImpl_Format()
42 bool TypeFormatImpl_Format::FormatObject(ValueObject *valobj, in FormatObject()
126 std::string TypeFormatImpl_Format::GetDescription() { in GetDescription()
H A DFormattersHelpers.cpp29 lldb::TypeFormatImplSP format_sp(new TypeFormatImpl_Format(format, flags)); in AddFormat()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h160 class TypeFormatImpl_Format : public TypeFormatImpl {
162 TypeFormatImpl_Format(lldb::Format f = lldb::eFormatInvalid,
165 typedef std::shared_ptr<TypeFormatImpl_Format> SharedPointer;
167 ~TypeFormatImpl_Format() override;
185 DISALLOW_COPY_AND_ASSIGN(TypeFormatImpl_Format);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeFormat.cpp24 TypeFormatImplSP(new TypeFormatImpl_Format(format, options))) {} in SBTypeFormat()
39 return ((TypeFormatImpl_Format *)m_opaque_sp.get())->GetFormat(); in GetFormat()
59 ((TypeFormatImpl_Format *)m_opaque_sp.get())->SetFormat(fmt); in SetFormat()
142 TypeFormatImplSP(new TypeFormatImpl_Format(GetFormat(), GetOptions()))); in CopyOnWrite_Impl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp1145 return GetValueAsCString(TypeFormatImpl_Format(format), destination); in GetValueAsCString()
1172 format_sp.reset(new TypeFormatImpl_Format(my_format)); in GetValueAsCString()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp703 entry.reset(new TypeFormatImpl_Format( in DoExecute()