Home
last modified time | relevance | path

Searched refs:SetFormat (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeFormat.cpp76 void SBTypeFormat::SetFormat(lldb::Format fmt) { in SetFormat() function in SBTypeFormat
80 ((TypeFormatImpl_Format *)m_opaque_sp.get())->SetFormat(fmt); in SetFormat()
H A DSBValue.cpp1275 void SBValue::SetFormat(lldb::Format format) { in SetFormat() function in SBValue
1281 value_sp->SetFormat(format); in SetFormat()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeFormatExtensions.i10 format = property(GetFormat, SetFormat)
H A DSBValueExtensions.i57 format = property(GetName, SetFormat, doc='''A read/write property that gets/sets the format used for lldb.SBValue().GetValue() for this value. See enumerations that start with "lldb.eFormat".''')
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp385 void ValueObjectSynthetic::SetFormat(lldb::Format format) { in SetFormat() function in ValueObjectSynthetic
388 m_parent->SetFormat(format); in SetFormat()
390 this->ValueObject::SetFormat(format); in SetFormat()
H A DValueObjectVTable.cpp28 SetFormat(eFormatPointer); in ValueObjectVTableChild()
155 SetFormat(eFormatPointer); in ValueObjectVTable()
H A DValueObject.cpp1469 SetFormat(custom_format); in DumpPrintableRepresentation()
1559 SetFormat(eFormatDefault); in DumpPrintableRepresentation()
H A DIOHandlerCursesGUI.cpp5643 valobj_sp->SetFormat(FormatForChar(c)); in WindowDelegateHandleChar()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeFormat.h41 void SetFormat(lldb::Format);
H A DSBValue.h59 void SetFormat(lldb::Format format);
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp548 auto SetFormat = [&](bool NewFormat) { in main() local
554 SetFormat(WriteNewDbgInfoFormat); in main()
557 SetFormat(UseNewDbgInfoFormat && WriteNewDbgInfoFormatToBitcode); in main()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp520 options.SetFormat(format); in DoExecute()
596 options.SetFormat(format); in DoExecute()
650 options.SetFormat(format); in DoExecute()
674 options.SetFormat(m_option_format.GetFormat()); in DoExecute()
H A DCommandObjectExpression.cpp443 result_valobj_sp->SetFormat(format); in EvaluateExpression()
H A DCommandObjectMemory.cpp813 valobj_sp->SetFormat(format); in DoExecute()
H A DCommandObjectTarget.cpp783 options.SetFormat(format); in DumpValueObject()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h100 DumpValueObjectOptions &SetFormat(lldb::Format format = lldb::eFormatDefault);
H A DTypeFormat.h170 void SetFormat(lldb::Format fmt) { m_format = fmt; } in SetFormat() function
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp127 DumpValueObjectOptions &DumpValueObjectOptions::SetFormat(lldb::Format format) { in SetFormat() function in DumpValueObjectOptions
H A DVectorType.cpp250 child_sp->SetFormat(m_item_format); in GetChildAtIndex()
H A DValueObjectPrinter.cpp611 child_options.SetFormat(m_options.m_format) in PrintChild()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h110 void SetFormat(lldb::Format format) override;
H A DValueObject.h776 virtual void SetFormat(lldb::Format format) { in SetFormat() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp207 .SetFormat(format) in GetAsDumpOptions()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1500 cast_value_sp->SetFormat(eFormatHex); in ReturnFromFrame()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp72414 (arg1)->SetFormat(arg2); in _wrap_SBTypeFormat_SetFormat()
75653 (arg1)->SetFormat(arg2); in _wrap_SBValue_SetFormat()