Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/source/API/
H A DSBTypeFormat.cpp50 lldb::Format SBTypeFormat::GetFormat() { in GetFormat() function in SBTypeFormat
54 return ((TypeFormatImpl_Format *)m_opaque_sp.get())->GetFormat(); in GetFormat()
133 if (GetFormat() == rhs.GetFormat()) in IsEqualTo()
177 TypeFormatImplSP(new TypeFormatImpl_Format(GetFormat(), GetOptions()))); in CopyOnWrite_Impl()
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DTypeFormat.cpp59 DumpDataExtractor(data, &reg_sstr, 0, GetFormat(), reg_info->byte_size, in FormatObject()
69 if (GetFormat() == eFormatCString) { in FormatObject()
104 GetFormat(), // Format to display this type with in FormatObject()
127 sstr.Printf("%s%s%s%s", FormatManager::GetFormatAsCString(GetFormat()), in GetDescription()
H A DDataVisualization.cpp31 DataVisualization::GetFormat(ValueObject &valobj, in GetFormat() function in DataVisualization
33 return GetFormatManager().GetFormat(valobj, use_dynamic); in GetFormat()
H A DVectorType.cpp218 m_parent_format = m_backend.GetFormat(); in Update()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTypeFormat.i37 GetFormat ();
68 format = property(GetFormat, SetFormat)
H A DSBValue.i96 GetFormat ();
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTypeFormat.h35 lldb::Format GetFormat();
H A DSBValue.h51 lldb::Format GetFormat();
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h50 lldb::Format GetFormat() const { return m_format.GetCurrentValue(); } in GetFormat() function
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_value.py15 obj.GetFormat()
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DDataVisualization.h32 static lldb::TypeFormatImplSP GetFormat(ValueObject &valobj,
H A DTypeFormat.h168 lldb::Format GetFormat() const { return m_format; } in GetFormat() function
H A DFormatManager.h121 lldb::TypeFormatImplSP GetFormat(ValueObject &valobj,
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp118 switch (format_options.GetFormat()) { in FinalizeSettings()
822 Format format = m_format_options.GetFormat(); in DoExecute()
845 Format format = m_format_options.GetFormat(); in DoExecute()
1388 if (m_format_options.GetFormat() == eFormatPointer) in DoExecute()
1399 switch (m_format_options.GetFormat()) { in DoExecute()
1491 if (m_format_options.GetFormat() == eFormatCString) in DoExecute()
H A DCommandObjectRegister.cpp97 prefix_with_altname, m_format_options.GetFormat(), 8); in DumpRegister()
H A DCommandObjectFrame.cpp512 const Format format = m_option_format.GetFormat(); in DoExecute()
689 options.SetFormat(m_option_format.GetFormat()); in DoExecute()
H A DCommandObjectExpression.cpp413 Format format = m_format_options.GetFormat(); in EvaluateExpression()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DType.cpp324 exe_ctx, s, format == lldb::eFormatDefault ? GetFormat() : format, data, in DumpValue()
402 lldb::Format Type::GetFormat() { return GetForwardCompilerType().GetFormat(); } in GetFormat() function in Type
H A DCompilerType.cpp508 lldb::Format CompilerType::GetFormat() const { in GetFormat() function in CompilerType
512 return m_type_system->GetFormat(m_type); in GetFormat()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h275 lldb::Format GetFormat() const;
H A DType.h177 lldb::Format GetFormat();
H A DTypeSystem.h284 virtual lldb::Format GetFormat(lldb::opaque_compiler_type_t type) = 0;
/llvm-project-15.0.7/lldb/examples/python/
H A Dsbvalue.py62 return self.sbvalue.GetFormat()
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObject.cpp217 SetValueFormat(DataVisualization::GetFormat(*this, eNoDynamicValues)); in UpdateFormatsIfNeeded()
1052 lldb::Format my_format = GetFormat(); in GetValueAsCString()
1065 my_format = GetValue().GetCompilerType().GetFormat(); in GetValueAsCString()
3069 lldb::Format ValueObject::GetFormat() const { in GetFormat() function in ValueObject
/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp350 lldb::Format format = m_format_options.GetFormat(); in IOHandlerInputComplete()

12