| /freebsd-13.1/contrib/llvm-project/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); 489 …format = property(GetName, SetFormat, doc='''A read/write property that gets/sets the format used …
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTypeFormat.cpp | 80 void SBTypeFormat::SetFormat(lldb::Format fmt) { in SetFormat() function in SBTypeFormat 81 LLDB_RECORD_METHOD(void, SBTypeFormat, SetFormat, (lldb::Format), fmt); in SetFormat() 84 ((TypeFormatImpl_Format *)m_opaque_sp.get())->SetFormat(fmt); in SetFormat() 209 LLDB_REGISTER_METHOD(void, SBTypeFormat, SetFormat, (lldb::Format)); in RegisterMethods()
|
| H A D | SBValue.cpp | 1279 void SBValue::SetFormat(lldb::Format format) { in SetFormat() function in SBValue 1280 LLDB_RECORD_METHOD(void, SBValue, SetFormat, (lldb::Format), format); in SetFormat() 1285 value_sp->SetFormat(format); in SetFormat() 1650 LLDB_REGISTER_METHOD(void, SBValue, SetFormat, (lldb::Format)); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/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 | 1311 SetFormat(custom_format); in DumpPrintableRepresentation() 1390 SetFormat(eFormatDefault); in DumpPrintableRepresentation()
|
| H A D | IOHandlerCursesGUI.cpp | 4156 valobj_sp->SetFormat(FormatForChar(c)); in WindowDelegateHandleChar()
|
| /freebsd-13.1/contrib/llvm-project/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);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 514 options.SetFormat(format); in DoExecute() 598 options.SetFormat(format); in DoExecute() 671 options.SetFormat(format); in DoExecute() 692 options.SetFormat(m_option_format.GetFormat()); in DoExecute()
|
| H A D | CommandObjectExpression.cpp | 435 result_valobj_sp->SetFormat(format); in EvaluateExpression()
|
| H A D | CommandObjectMemory.cpp | 810 valobj_sp->SetFormat(format); in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 772 options.SetFormat(format); in DumpValueObject()
|
| /freebsd-13.1/contrib/llvm-project/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
|
| /freebsd-13.1/contrib/llvm-project/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
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | DumpValueObjectOptions.cpp | 119 DumpValueObjectOptions &DumpValueObjectOptions::SetFormat(lldb::Format format) { in SetFormat() function in DumpValueObjectOptions
|
| H A D | VectorType.cpp | 213 child_sp->SetFormat(m_item_format); in GetChildAtIndex()
|
| H A D | ValueObjectPrinter.cpp | 568 child_options.SetFormat(m_options.m_format) in PrintChild()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionGroupValueObjectDisplay.cpp | 201 .SetFormat(format) in GetAsDumpOptions()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Thread.cpp | 1494 cast_value_sp->SetFormat(eFormatHex); in ReturnFromFrame()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 62587 (arg1)->SetFormat(arg2); in _wrap_SBTypeFormat_SetFormat() 65673 (arg1)->SetFormat(arg2); in _wrap_SBValue_SetFormat()
|