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

/openbsd-current/gnu/llvm/lldb/bindings/interface/
H A DSBTypeFormat.i46 SetFormat (lldb::Format);
68 format = property(GetFormat, SetFormat)
H A DSBValue.i99 SetFormat (lldb::Format format);
492 format = property(GetName, SetFormat, doc='''A read/write property that gets/sets the format used for lldb.SBValue().GetValue() for this value. See enumerations that start with "lldb.eFormat".''')
/openbsd-current/gnu/llvm/lldb/include/lldb/API/
H A DSBTypeFormat.h41 void SetFormat(lldb::Format);
H A DSBValue.h53 void SetFormat(lldb::Format format);
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBTypeFormat.cpp76 void SBTypeFormat::SetFormat(lldb::Format fmt) { function in class:SBTypeFormat
80 ((TypeFormatImpl_Format *)m_opaque_sp.get())->SetFormat(fmt);
H A DSBValue.cpp1237 void SBValue::SetFormat(lldb::Format format) { function in class:SBValue
1243 value_sp->SetFormat(format);
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp372 void ValueObjectSynthetic::SetFormat(lldb::Format format) { function in class:ValueObjectSynthetic
375 m_parent->SetFormat(format);
377 this->ValueObject::SetFormat(format);
H A DValueObject.cpp1323 SetFormat(custom_format);
1402 SetFormat(eFormatDefault);
H A DIOHandlerCursesGUI.cpp5623 valobj_sp->SetFormat(FormatForChar(c));
/openbsd-current/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h96 DumpValueObjectOptions &SetFormat(lldb::Format format = lldb::eFormatDefault);
H A DTypeFormat.h170 void SetFormat(lldb::Format fmt) { m_format = fmt; } function in class:lldb_private::TypeFormatImpl_Format
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h105 void SetFormat(lldb::Format format) override;
H A DValueObject.h705 virtual void SetFormat(lldb::Format format) { function in class:lldb_private::ValueObject::PrintableRepresentationSpecialCases
/openbsd-current/gnu/llvm/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp120 DumpValueObjectOptions &DumpValueObjectOptions::SetFormat(lldb::Format format) { function in class:DumpValueObjectOptions
H A DVectorType.cpp215 child_sp->SetFormat(m_item_format);
H A DValueObjectPrinter.cpp568 child_options.SetFormat(m_options.m_format)
/openbsd-current/gnu/llvm/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp207 .SetFormat(format)
/openbsd-current/gnu/llvm/lldb/source/Commands/
H A DCommandObjectFrame.cpp519 options.SetFormat(format);
601 options.SetFormat(format);
673 options.SetFormat(format);
695 options.SetFormat(m_option_format.GetFormat());
H A DCommandObjectExpression.cpp423 result_valobj_sp->SetFormat(format);
H A DCommandObjectMemory.cpp825 valobj_sp->SetFormat(format);
H A DCommandObjectTarget.cpp783 options.SetFormat(format);
/openbsd-current/gnu/llvm/lldb/examples/summaries/cocoa/
H A DCFString.py292 cfinfo.SetFormat(11)
/openbsd-current/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp1043 v.SetFormat(lldb::eFormatHex);
H A Dlldb-vscode.cpp2960 reg.SetFormat(lldb::eFormatAddressInfo);
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DThread.cpp1510 cast_value_sp->SetFormat(eFormatHex);

Completed in 674 milliseconds