| /freebsd/contrib/llvm-project/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 | 1294 void SBValue::SetFormat(lldb::Format format) { in SetFormat() function in SBValue 1300 value_sp->SetFormat(format); in SetFormat()
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBTypeFormatExtensions.i | 10 format = property(GetFormat, SetFormat)
|
| H A D | SBValueExtensions.i | 71 …format = property(GetName, SetFormat, doc='''A read/write property that gets/sets the format used …
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObjectSynthetic.cpp | 390 void ValueObjectSynthetic::SetFormat(lldb::Format format) { in SetFormat() function in ValueObjectSynthetic 393 m_parent->SetFormat(format); in SetFormat() 395 this->ValueObject::SetFormat(format); in SetFormat()
|
| H A D | ValueObjectVTable.cpp | 28 SetFormat(eFormatPointer); in ValueObjectVTableChild() 154 SetFormat(eFormatPointer); in ValueObjectVTable()
|
| H A D | ValueObject.cpp | 1497 SetFormat(custom_format); in DumpPrintableRepresentation() 1593 SetFormat(eFormatDefault); in DumpPrintableRepresentation()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBTypeFormat.h | 41 void SetFormat(lldb::Format);
|
| H A D | SBValue.h | 59 void SetFormat(lldb::Format format);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | DumpValueObjectOptions.h | 98 DumpValueObjectOptions &SetFormat(lldb::Format format = lldb::eFormatDefault);
|
| H A D | TypeFormat.h | 175 void SetFormat(lldb::Format fmt) { m_format = fmt; } in SetFormat() function
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 544 options.SetFormat(format); in DoExecute() 624 options.SetFormat(format); in DoExecute() 680 options.SetFormat(format); in DoExecute() 705 options.SetFormat(m_option_format.GetFormat()); in DoExecute()
|
| H A D | CommandObjectExpression.cpp | 446 result_valobj_sp->SetFormat(format); in EvaluateExpression()
|
| H A D | CommandObjectMemory.cpp | 814 valobj_sp->SetFormat(format); in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 782 options.SetFormat(format); in DumpValueObject()
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | DumpValueObjectOptions.cpp | 125 DumpValueObjectOptions &DumpValueObjectOptions::SetFormat(lldb::Format format) { in SetFormat() function in DumpValueObjectOptions
|
| H A D | VectorType.cpp | 251 child_sp->SetFormat(m_item_format); in GetChildAtIndex()
|
| H A D | ValueObjectPrinter.cpp | 605 child_options.SetFormat(m_options.m_format) in PrintChild()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/ |
| H A D | ValueObjectSynthetic.h | 110 void SetFormat(lldb::Format format) override;
|
| H A D | ValueObject.h | 780 virtual void SetFormat(lldb::Format format) { in SetFormat() function
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionGroupValueObjectDisplay.cpp | 206 .SetFormat(format) in GetAsDumpOptions()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Thread.cpp | 1533 cast_value_sp->SetFormat(eFormatHex); in ReturnFromFrame()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 5645 valobj_sp->SetFormat(FormatForChar(c)); in WindowDelegateHandleChar()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 73722 (arg1)->SetFormat(arg2); in _wrap_SBTypeFormat_SetFormat() 77013 (arg1)->SetFormat(arg2); in _wrap_SBValue_SetFormat()
|