/openbsd/gnu/llvm/lldb/bindings/interface/ |
H A D | SBTypeFormat.i | 46 SetFormat (lldb::Format); 68 format = property(GetFormat, SetFormat)
|
H A D | SBValue.i | 99 SetFormat (lldb::Format format); 492 …format = property(GetName, SetFormat, doc='''A read/write property that gets/sets the format used …
|
/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBTypeFormat.cpp | 76 void SBTypeFormat::SetFormat(lldb::Format fmt) { in SetFormat() function in SBTypeFormat 80 ((TypeFormatImpl_Format *)m_opaque_sp.get())->SetFormat(fmt); in SetFormat()
|
H A D | SBValue.cpp | 1237 void SBValue::SetFormat(lldb::Format format) { in SetFormat() function in SBValue 1243 value_sp->SetFormat(format); in SetFormat()
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | ValueObjectSyntheticFilter.cpp | 372 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()
|
H A D | ValueObject.cpp | 1323 SetFormat(custom_format); in DumpPrintableRepresentation() 1402 SetFormat(eFormatDefault); in DumpPrintableRepresentation()
|
H A D | IOHandlerCursesGUI.cpp | 5623 valobj_sp->SetFormat(FormatForChar(c)); in WindowDelegateHandleChar()
|
/openbsd/gnu/llvm/lldb/include/lldb/API/ |
H A D | SBTypeFormat.h | 41 void SetFormat(lldb::Format);
|
H A D | SBValue.h | 53 void SetFormat(lldb::Format format);
|
/openbsd/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectFrame.cpp | 519 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()
|
H A D | CommandObjectExpression.cpp | 423 result_valobj_sp->SetFormat(format); in EvaluateExpression()
|
H A D | CommandObjectMemory.cpp | 825 valobj_sp->SetFormat(format); in DoExecute()
|
H A D | CommandObjectTarget.cpp | 783 options.SetFormat(format); in DumpValueObject()
|
/openbsd/gnu/llvm/lldb/include/lldb/DataFormatters/ |
H A D | DumpValueObjectOptions.h | 96 DumpValueObjectOptions &SetFormat(lldb::Format format = lldb::eFormatDefault);
|
H A D | TypeFormat.h | 170 void SetFormat(lldb::Format fmt) { m_format = fmt; } in SetFormat() function
|
/openbsd/gnu/llvm/lldb/source/DataFormatters/ |
H A D | DumpValueObjectOptions.cpp | 120 DumpValueObjectOptions &DumpValueObjectOptions::SetFormat(lldb::Format format) { in SetFormat() function in DumpValueObjectOptions
|
H A D | VectorType.cpp | 215 child_sp->SetFormat(m_item_format); in GetChildAtIndex()
|
H A D | ValueObjectPrinter.cpp | 568 child_options.SetFormat(m_options.m_format) in PrintChild()
|
/openbsd/gnu/llvm/lldb/include/lldb/Core/ |
H A D | ValueObjectSyntheticFilter.h | 105 void SetFormat(lldb::Format format) override;
|
H A D | ValueObject.h | 705 virtual void SetFormat(lldb::Format format) { in SetFormat() function
|
/openbsd/gnu/llvm/lldb/source/Interpreter/ |
H A D | OptionGroupValueObjectDisplay.cpp | 207 .SetFormat(format) in GetAsDumpOptions()
|
/openbsd/gnu/llvm/lldb/examples/summaries/cocoa/ |
H A D | CFString.py | 292 cfinfo.SetFormat(11)
|
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/ |
H A D | JSONUtils.cpp | 1043 v.SetFormat(lldb::eFormatHex); in CreateVariable()
|
H A D | lldb-vscode.cpp | 2960 reg.SetFormat(lldb::eFormatAddressInfo); in request_variables()
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | Thread.cpp | 1510 cast_value_sp->SetFormat(eFormatHex); in ReturnFromFrame()
|