Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/DataFormatters/
HDFormatCache.cpp39 SetFormat (format_sp); in Entry()
62 SetFormat (format_sp); in Entry()
104 FormatCache::Entry::SetFormat (lldb::TypeFormatImplSP format_sp) in SetFormat() function in FormatCache::Entry
205 FormatCache::SetFormat (const ConstString& type,lldb::TypeFormatImplSP& format_sp) in SetFormat() function in FormatCache
208 GetEntry(type).SetFormat(format_sp); in SetFormat()
HDValueObjectPrinter.cpp462 child_options.SetFormat(options.m_format).SetSummary().SetRootValueObjectName(); in PrintChild()
HDFormatManager.cpp598 m_format_cache.SetFormat(valobj_type,retval); in GetFormat()
/trueos/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
HDFormatCache.h64 SetFormat (lldb::TypeFormatImplSP);
95 SetFormat (const ConstString& type,lldb::TypeFormatImplSP& format_sp);
HDTypeFormat.h241 SetFormat (lldb::Format fmt) in SetFormat() function
HDValueObjectPrinter.h210 SetFormat (lldb::Format format = lldb::eFormatDefault)
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBTypeFormat.cpp78 SBTypeFormat::SetFormat (lldb::Format fmt) in SetFormat() function in SBTypeFormat
81 ((TypeFormatImpl_Format*)m_opaque_sp.get())->SetFormat(fmt); in SetFormat()
HDSBValue.cpp1432 SBValue::SetFormat (lldb::Format format) in SetFormat() function in SBValue
1437 value_sp->SetFormat(format); in SetFormat()
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectFrame.cpp416 options.SetFormat(format); in DoExecute()
498 options.SetFormat(format); in DoExecute()
576 options.SetFormat(format); in DoExecute()
HDCommandObjectExpression.cpp312 result_valobj_sp->SetFormat (format); in EvaluateExpression()
HDCommandObjectMemory.cpp838 valobj_sp->SetFormat (format); in DoExecute()
HDCommandObjectTarget.cpp762 options.SetFormat(format); in DumpValueObject()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBTypeFormat.h46 SetFormat (lldb::Format);
HDSBValue.h64 SetFormat (lldb::Format format);
/trueos/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionGroupValueObjectDisplay.cpp170 .SetFormat(format) in GetAsDumpOptions()
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDValueObject.h817 SetFormat (lldb::Format format) in SetFormat() function
/trueos/contrib/llvm/tools/lldb/source/Core/
HDValueObject.cpp1689 SetFormat(custom_format); in DumpPrintableRepresentation()
1771 SetFormat(eFormatDefault); in DumpPrintableRepresentation()
HDIOHandler.cpp3320 m_selected_row->valobj->SetFormat (FormatForChar (c)); in WindowDelegateHandleChar()
/trueos/contrib/llvm/tools/lldb/source/Target/
HDThread.cpp1722 cast_value_sp->SetFormat(eFormatHex); in ReturnFromFrame()