| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/format-propagation/ |
| H A D | TestFormatPropagation.py | 58 parent.SetFormat(lldb.eFormatHex) 70 Y.SetFormat(lldb.eFormatDecimal) 74 parent.SetFormat(lldb.eFormatDefault) 75 X.SetFormat(lldb.eFormatHex) 76 Y.SetFormat(lldb.eFormatDefault)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/vector-types/ |
| H A D | TestVectorTypesFormatting.py | 51 v.SetFormat(lldb.eFormatVectorOfFloat32) 77 v.SetFormat(lldb.eFormatHex) 82 v.SetFormat(lldb.eFormatVectorOfFloat32)
|
| /llvm-project-15.0.7/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 …
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | ValueObjectSyntheticFilter.cpp | 371 void ValueObjectSynthetic::SetFormat(lldb::Format format) { in SetFormat() function in ValueObjectSynthetic 374 m_parent->SetFormat(format); in SetFormat() 376 this->ValueObject::SetFormat(format); in SetFormat()
|
| H A D | ValueObject.cpp | 1314 SetFormat(custom_format); in DumpPrintableRepresentation() 1393 SetFormat(eFormatDefault); in DumpPrintableRepresentation()
|
| /llvm-project-15.0.7/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);
|
| /llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_value.py | 16 obj.SetFormat(lldb.eFormatBoolean)
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 513 options.SetFormat(format); in DoExecute() 595 options.SetFormat(format); in DoExecute() 667 options.SetFormat(format); in DoExecute() 689 options.SetFormat(m_option_format.GetFormat()); in DoExecute()
|
| H A D | CommandObjectExpression.cpp | 418 result_valobj_sp->SetFormat(format); in EvaluateExpression()
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | ValueObjectSyntheticFilter.h | 104 void SetFormat(lldb::Format format) override;
|
| H A D | ValueObject.h | 705 virtual void SetFormat(lldb::Format format) { in SetFormat() function
|
| /llvm-project-15.0.7/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 | 212 child_sp->SetFormat(m_item_format); in GetChildAtIndex()
|
| H A D | ValueObjectPrinter.cpp | 568 child_options.SetFormat(m_options.m_format) in PrintChild()
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionGroupValueObjectDisplay.cpp | 207 .SetFormat(format) in GetAsDumpOptions()
|
| /llvm-project-15.0.7/lldb/examples/summaries/cocoa/ |
| H A D | CFString.py | 292 cfinfo.SetFormat(11)
|
| /llvm-project-15.0.7/lldb/test/API/python_api/formatters/ |
| H A D | TestFormattersSBAPI.py | 69 format.SetFormat(lldb.eFormatOctal)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump-new/ |
| H A D | TestMiniDumpNew.py | 183 reg_value.SetFormat(format)
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | JSONUtils.cpp | 1040 v.SetFormat(lldb::eFormatHex); in CreateVariable()
|