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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatCache.h64 SetFormat (lldb::TypeFormatImplSP);
95 SetFormat (const ConstString& type,lldb::TypeFormatImplSP& format_sp);
H A DTypeFormat.h241 SetFormat (lldb::Format fmt) function in class:lldb_private::TypeFormatImpl_Format
H A DValueObjectPrinter.h210 SetFormat (lldb::Format format = lldb::eFormatDefault) function in struct:lldb_private::DumpValueObjectOptions
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatCache.cpp39 SetFormat (format_sp);
62 SetFormat (format_sp);
104 FormatCache::Entry::SetFormat (lldb::TypeFormatImplSP format_sp) function in class:FormatCache::Entry
205 FormatCache::SetFormat (const ConstString& type,lldb::TypeFormatImplSP& format_sp) function in class:FormatCache
208 GetEntry(type).SetFormat(format_sp);
H A DValueObjectPrinter.cpp462 child_options.SetFormat(options.m_format).SetSummary().SetRootValueObjectName();
H A DFormatManager.cpp598 m_format_cache.SetFormat(valobj_type,retval);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTypeFormat.h46 SetFormat (lldb::Format);
H A DSBValue.h64 SetFormat (lldb::Format format);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBTypeFormat.cpp78 SBTypeFormat::SetFormat (lldb::Format fmt) function in class:SBTypeFormat
81 ((TypeFormatImpl_Format*)m_opaque_sp.get())->SetFormat(fmt);
H A DSBValue.cpp1432 SBValue::SetFormat (lldb::Format format) function in class:SBValue
1437 value_sp->SetFormat(format);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp416 options.SetFormat(format);
449 // valobj_sp->SetFormat (format);
491 // valobj_sp->SetFormat (format);
498 options.SetFormat(format);
564 // valobj_sp->SetFormat (format);
576 options.SetFormat(format);
H A DCommandObjectExpression.cpp312 result_valobj_sp->SetFormat (format);
H A DCommandObjectMemory.cpp838 valobj_sp->SetFormat (format);
H A DCommandObjectTarget.cpp762 options.SetFormat(format);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp170 .SetFormat(format)
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h817 SetFormat (lldb::Format format) function in class:lldb_private::ValueObject
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp1689 SetFormat(custom_format);
1771 SetFormat(eFormatDefault);
H A DIOHandler.cpp3320 m_selected_row->valobj->SetFormat (FormatForChar (c));
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp1722 cast_value_sp->SetFormat(eFormatHex);

Completed in 283 milliseconds