| /NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/ |
| HD | FormatCache.cpp | 41 SetFormat (format_sp); in Entry() 79 SetFormat (format_sp); in Entry() 134 FormatCache::Entry::SetFormat (lldb::TypeFormatImplSP format_sp) in SetFormat() function in FormatCache::Entry 262 FormatCache::SetFormat (const ConstString& type,lldb::TypeFormatImplSP& format_sp) in SetFormat() function in FormatCache 265 GetEntry(type).SetFormat(format_sp); in SetFormat()
|
| HD | VectorType.cpp | 223 child_sp->SetFormat(m_item_format); in GetChildAtIndex()
|
| HD | ValueObjectPrinter.cpp | 510 child_options.SetFormat(options.m_format).SetSummary().SetRootValueObjectName(); in PrintChild()
|
| HD | FormatManager.cpp | 672 m_format_cache.SetFormat(valobj_type,retval); in GetFormat()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | ValueObjectSyntheticFilter.cpp | 307 ValueObjectSynthetic::SetFormat (lldb::Format format) in SetFormat() function in ValueObjectSynthetic 312 m_parent->SetFormat(format); in SetFormat() 314 this->ValueObject::SetFormat(format); in SetFormat()
|
| HD | ValueObject.cpp | 1716 SetFormat(custom_format); in DumpPrintableRepresentation() 1798 SetFormat(eFormatDefault); in DumpPrintableRepresentation()
|
| HD | IOHandler.cpp | 3611 m_selected_row->valobj->SetFormat (FormatForChar (c)); in WindowDelegateHandleChar()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| HD | FormatCache.h | 73 SetFormat (lldb::TypeFormatImplSP); 110 SetFormat (const ConstString& type,lldb::TypeFormatImplSP& format_sp);
|
| HD | TypeFormat.h | 269 SetFormat (lldb::Format fmt) in SetFormat() function
|
| HD | ValueObjectPrinter.h | 181 SetFormat (lldb::Format format = lldb::eFormatDefault)
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBTypeFormat.cpp | 76 SBTypeFormat::SetFormat (lldb::Format fmt) in SetFormat() function in SBTypeFormat 79 ((TypeFormatImpl_Format*)m_opaque_sp.get())->SetFormat(fmt); in SetFormat()
|
| HD | SBValue.cpp | 1574 SBValue::SetFormat (lldb::Format format) in SetFormat() function in SBValue 1579 value_sp->SetFormat(format); in SetFormat()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectFrame.cpp | 415 options.SetFormat(format); in DoExecute() 497 options.SetFormat(format); in DoExecute() 583 options.SetFormat(format); in DoExecute()
|
| HD | CommandObjectExpression.cpp | 326 result_valobj_sp->SetFormat (format); in EvaluateExpression()
|
| HD | CommandObjectMemory.cpp | 858 valobj_sp->SetFormat (format); in DoExecute()
|
| HD | CommandObjectTarget.cpp | 830 options.SetFormat(format); in DumpValueObject()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBTypeFormat.h | 46 SetFormat (lldb::Format);
|
| HD | SBValue.h | 65 SetFormat (lldb::Format format);
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | ValueObjectSyntheticFilter.h | 153 SetFormat (lldb::Format format);
|
| HD | ValueObject.h | 878 SetFormat (lldb::Format format) in SetFormat() function
|
| /NextBSD/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | OptionGroupValueObjectDisplay.cpp | 178 .SetFormat(format) in GetAsDumpOptions()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | Thread.cpp | 1902 cast_value_sp->SetFormat(eFormatHex); in ReturnFromFrame()
|