Home
last modified time | relevance | path

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

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