Home
last modified time | relevance | path

Searched refs:SetFormat (Results 1 – 24 of 24) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatCache.cpp28 SetFormat(format_sp); in Entry()
56 SetFormat(format_sp); in Entry()
84 void FormatCache::Entry::SetFormat(lldb::TypeFormatImplSP format_sp) { in SetFormat() function in FormatCache::Entry
193 void FormatCache::SetFormat(const ConstString &type, in SetFormat() function in FormatCache
196 GetEntry(type).SetFormat(format_sp); in SetFormat()
H A DLanguageCategory.cpp56 m_format_cache.SetFormat(match_data.GetTypeForCache(), format_sp); in Get()
145 m_format_cache.SetFormat(match_data.GetTypeForCache(), format_sp); in GetHardcoded()
H A DDumpValueObjectOptions.cpp121 DumpValueObjectOptions &DumpValueObjectOptions::SetFormat(lldb::Format format) { in SetFormat() function in DumpValueObjectOptions
H A DVectorType.cpp213 child_sp->SetFormat(m_item_format); in GetChildAtIndex()
H A DValueObjectPrinter.cpp566 child_options.SetFormat(m_options.m_format) in PrintChild()
H A DFormatManager.cpp699 m_format_cache.SetFormat(match_data.GetTypeForCache(), retval); in GetFormat()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatCache.h60 void SetFormat(lldb::TypeFormatImplSP);
90 void SetFormat(const ConstString &type, lldb::TypeFormatImplSP &format_sp);
H A DDumpValueObjectOptions.h100 DumpValueObjectOptions &SetFormat(lldb::Format format = lldb::eFormatDefault);
H A DTypeFormat.h171 void SetFormat(lldb::Format fmt) { m_format = fmt; } in SetFormat() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeFormat.cpp57 void SBTypeFormat::SetFormat(lldb::Format fmt) { in SetFormat() function in SBTypeFormat
59 ((TypeFormatImpl_Format *)m_opaque_sp.get())->SetFormat(fmt); in SetFormat()
H A DSBValue.cpp1319 void SBValue::SetFormat(lldb::Format format) { in SetFormat() function in SBValue
1323 value_sp->SetFormat(format); in SetFormat()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp342 void ValueObjectSynthetic::SetFormat(lldb::Format format) { in SetFormat() function in ValueObjectSynthetic
345 m_parent->SetFormat(format); in SetFormat()
347 this->ValueObject::SetFormat(format); in SetFormat()
H A DValueObject.cpp1410 SetFormat(custom_format); in DumpPrintableRepresentation()
1489 SetFormat(eFormatDefault); in DumpPrintableRepresentation()
H A DIOHandler.cpp2747 valobj_sp->SetFormat(FormatForChar(c)); in WindowDelegateHandleChar()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTypeFormat.h40 void SetFormat(lldb::Format);
H A DSBValue.h52 void SetFormat(lldb::Format format);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp545 options.SetFormat(format); in DoExecute()
629 options.SetFormat(format); in DoExecute()
702 options.SetFormat(format); in DoExecute()
723 options.SetFormat(m_option_format.GetFormat()); in DoExecute()
H A DCommandObjectExpression.cpp460 result_valobj_sp->SetFormat(format); in EvaluateExpression()
H A DCommandObjectMemory.cpp814 valobj_sp->SetFormat(format); in DoExecute()
H A DCommandObjectTarget.cpp797 options.SetFormat(format); in DumpValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h115 void SetFormat(lldb::Format format) override;
H A DValueObject.h722 virtual void SetFormat(lldb::Format format) { in SetFormat() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp207 .SetFormat(format) in GetAsDumpOptions()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp1691 cast_value_sp->SetFormat(eFormatHex); in ReturnFromFrame()