Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDFormatCache.cpp41 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()
HDVectorType.cpp223 child_sp->SetFormat(m_item_format); in GetChildAtIndex()
HDValueObjectPrinter.cpp510 child_options.SetFormat(options.m_format).SetSummary().SetRootValueObjectName(); in PrintChild()
HDFormatManager.cpp672 m_format_cache.SetFormat(valobj_type,retval); in GetFormat()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObjectSyntheticFilter.cpp307 ValueObjectSynthetic::SetFormat (lldb::Format format) in SetFormat() function in ValueObjectSynthetic
312 m_parent->SetFormat(format); in SetFormat()
314 this->ValueObject::SetFormat(format); in SetFormat()
HDValueObject.cpp1716 SetFormat(custom_format); in DumpPrintableRepresentation()
1798 SetFormat(eFormatDefault); in DumpPrintableRepresentation()
HDIOHandler.cpp3611 m_selected_row->valobj->SetFormat (FormatForChar (c)); in WindowDelegateHandleChar()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
HDFormatCache.h73 SetFormat (lldb::TypeFormatImplSP);
110 SetFormat (const ConstString& type,lldb::TypeFormatImplSP& format_sp);
HDTypeFormat.h269 SetFormat (lldb::Format fmt) in SetFormat() function
HDValueObjectPrinter.h181 SetFormat (lldb::Format format = lldb::eFormatDefault)
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBTypeFormat.cpp76 SBTypeFormat::SetFormat (lldb::Format fmt) in SetFormat() function in SBTypeFormat
79 ((TypeFormatImpl_Format*)m_opaque_sp.get())->SetFormat(fmt); in SetFormat()
HDSBValue.cpp1574 SBValue::SetFormat (lldb::Format format) in SetFormat() function in SBValue
1579 value_sp->SetFormat(format); in SetFormat()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectFrame.cpp415 options.SetFormat(format); in DoExecute()
497 options.SetFormat(format); in DoExecute()
583 options.SetFormat(format); in DoExecute()
HDCommandObjectExpression.cpp326 result_valobj_sp->SetFormat (format); in EvaluateExpression()
HDCommandObjectMemory.cpp858 valobj_sp->SetFormat (format); in DoExecute()
HDCommandObjectTarget.cpp830 options.SetFormat(format); in DumpValueObject()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBTypeFormat.h46 SetFormat (lldb::Format);
HDSBValue.h65 SetFormat (lldb::Format format);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDValueObjectSyntheticFilter.h153 SetFormat (lldb::Format format);
HDValueObject.h878 SetFormat (lldb::Format format) in SetFormat() function
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionGroupValueObjectDisplay.cpp178 .SetFormat(format) in GetAsDumpOptions()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThread.cpp1902 cast_value_sp->SetFormat(eFormatHex); in ReturnFromFrame()