| /freebsd-src/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 | 1275 void SBValue::SetFormat(lldb::Format format) { in GetLoadAddress() 1281 value_sp->SetFormat(format); in GetLoadAddress() 1235 void SBValue::SetFormat(lldb::Format format) { SetFormat() function in SBValue
|
| /freebsd-src/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectSyntheticFilter.cpp | 385 void ValueObjectSynthetic::SetFormat(lldb::Format format) { in SetPreferredDisplayLanguage() 388 m_parent->SetFormat(format); in SetPreferredDisplayLanguage() 390 this->ValueObject::SetFormat(format); 375 void ValueObjectSynthetic::SetFormat(lldb::Format format) { SetFormat() function in ValueObjectSynthetic
|
| H A D | ValueObjectVTable.cpp | 28 SetFormat(eFormatPointer); in ValueObjectVTableChild() 155 SetFormat(eFormatPointer);
|
| H A D | ValueObject.cpp | 1469 SetFormat(custom_format); in SetValueFromCString() 1559 SetFormat(eFormatDefault);
|
| H A D | IOHandlerCursesGUI.cpp | 5643 valobj_sp->SetFormat(FormatForChar(c)); in WindowDelegateHandleChar()
|
| /freebsd-src/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBTypeFormatExtensions.i | 10 format = property(GetFormat, SetFormat)
|
| H A D | SBValueExtensions.i | 57 …format = property(GetName, SetFormat, doc='''A read/write property that gets/sets the format used …
|
| /freebsd-src/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-src/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 520 options.SetFormat(format); in findUniqueRegexMatches() 596 options.SetFormat(format); in DoExecute() 650 options.SetFormat(format); in DoExecute() 674 options.SetFormat(m_option_format.GetFormat()); in DoExecute()
|
| H A D | CommandObjectExpression.cpp | 443 result_valobj_sp->SetFormat(format); in EvaluateExpression()
|
| H A D | CommandObjectMemory.cpp | 813 valobj_sp->SetFormat(format); in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 783 options.SetFormat(format); in DumpValueObject()
|
| /freebsd-src/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | DumpValueObjectOptions.h | 100 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-src/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ValueObjectSyntheticFilter.h | 110 void SetFormat(lldb::Format format) override;
|
| H A D | ValueObject.h | 776 virtual void SetFormat(lldb::Format format) { 694 virtual void SetFormat(lldb::Format format) { SetFormat() function
|
| /freebsd-src/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | DumpValueObjectOptions.cpp | 127 DumpValueObjectOptions &DumpValueObjectOptions::SetFormat(lldb::Format format) { in SetFormat() function in DumpValueObjectOptions
|
| H A D | VectorType.cpp | 250 child_sp->SetFormat(m_item_format); in Update()
|
| H A D | ValueObjectPrinter.cpp | 611 child_options.SetFormat(m_options.m_format) in PrintChild()
|
| /freebsd-src/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionGroupValueObjectDisplay.cpp | 207 .SetFormat(format) in GetAsDumpOptions()
|
| /freebsd-src/contrib/llvm-project/lldb/source/Target/ |
| H A D | Thread.cpp | 1500 cast_value_sp->SetFormat(eFormatHex); in ReturnFromFrame()
|
| /freebsd-src/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | [all...] |