| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | FormatCache.cpp | 28 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 D | LanguageCategory.cpp | 56 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 D | DumpValueObjectOptions.cpp | 121 DumpValueObjectOptions &DumpValueObjectOptions::SetFormat(lldb::Format format) { in SetFormat() function in DumpValueObjectOptions
|
| H A D | VectorType.cpp | 213 child_sp->SetFormat(m_item_format); in GetChildAtIndex()
|
| H A D | ValueObjectPrinter.cpp | 566 child_options.SetFormat(m_options.m_format) in PrintChild()
|
| H A D | FormatManager.cpp | 699 m_format_cache.SetFormat(match_data.GetTypeForCache(), retval); in GetFormat()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| H A D | FormatCache.h | 60 void SetFormat(lldb::TypeFormatImplSP); 90 void SetFormat(const ConstString &type, lldb::TypeFormatImplSP &format_sp);
|
| H A D | DumpValueObjectOptions.h | 100 DumpValueObjectOptions &SetFormat(lldb::Format format = lldb::eFormatDefault);
|
| H A D | TypeFormat.h | 171 void SetFormat(lldb::Format fmt) { m_format = fmt; } in SetFormat() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBTypeFormat.cpp | 57 void SBTypeFormat::SetFormat(lldb::Format fmt) { in SetFormat() function in SBTypeFormat 59 ((TypeFormatImpl_Format *)m_opaque_sp.get())->SetFormat(fmt); in SetFormat()
|
| H A D | SBValue.cpp | 1319 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 D | ValueObjectSyntheticFilter.cpp | 342 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 D | ValueObject.cpp | 1410 SetFormat(custom_format); in DumpPrintableRepresentation() 1489 SetFormat(eFormatDefault); in DumpPrintableRepresentation()
|
| H A D | IOHandler.cpp | 2747 valobj_sp->SetFormat(FormatForChar(c)); in WindowDelegateHandleChar()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBTypeFormat.h | 40 void SetFormat(lldb::Format);
|
| H A D | SBValue.h | 52 void SetFormat(lldb::Format format);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 545 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 D | CommandObjectExpression.cpp | 460 result_valobj_sp->SetFormat(format); in EvaluateExpression()
|
| H A D | CommandObjectMemory.cpp | 814 valobj_sp->SetFormat(format); in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 797 options.SetFormat(format); in DumpValueObject()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | ValueObjectSyntheticFilter.h | 115 void SetFormat(lldb::Format format) override;
|
| H A D | ValueObject.h | 722 virtual void SetFormat(lldb::Format format) { in SetFormat() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionGroupValueObjectDisplay.cpp | 207 .SetFormat(format) in GetAsDumpOptions()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Thread.cpp | 1691 cast_value_sp->SetFormat(eFormatHex); in ReturnFromFrame()
|