Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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()
H A DSBValue.cpp1225 lldb::Format SBValue::GetFormat() { in GetFormat() function in SBValue
1231 return value_sp->GetFormat(); in GetFormat()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp60 DumpDataExtractor(data, &reg_sstr, 0, GetFormat(), reg_info->byte_size, in FormatObject()
70 if (GetFormat() == eFormatCString) { in FormatObject()
105 GetFormat(), // Format to display this type with in FormatObject()
128 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.cpp249 m_parent_format = m_backend.GetFormat(); in Update()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeFormatExtensions.i10 format = property(GetFormat, SetFormat)
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeFormat.h35 lldb::Format GetFormat();
H A DSBValue.h57 lldb::Format GetFormat();
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h50 lldb::Format GetFormat() const { return m_format.GetCurrentValue(); } in GetFormat() function
/freebsd/contrib/llvm-project/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,
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp119 switch (format_options.GetFormat()) { in FinalizeSettings()
811 Format format = m_format_options.GetFormat(); in DoExecute()
834 Format format = m_format_options.GetFormat(); in DoExecute()
1372 if (m_format_options.GetFormat() == eFormatPointer) in DoExecute()
1383 switch (m_format_options.GetFormat()) { in DoExecute()
1475 if (m_format_options.GetFormat() == eFormatCString) in DoExecute()
H A DCommandObjectDWIMPrint.cpp97 m_expr_options.m_verbosity, m_format_options.GetFormat()); in DoExecute()
H A DCommandObjectFrame.cpp570 const Format format = m_option_format.GetFormat(); in DoExecute()
720 options.SetFormat(m_option_format.GetFormat()); in DoExecute()
H A DCommandObjectRegister.cpp102 prefix_with_altname, m_format_options.GetFormat(), 8, in DumpRegister()
H A DCommandObjectExpression.cpp450 Format format = m_format_options.GetFormat(); in EvaluateExpression()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h385 lldb::Format GetFormat() const;
H A DType.h466 lldb::Format GetFormat();
H A DTypeSystem.h301 virtual lldb::Format GetFormat(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp766 lldb::Format CompilerType::GetFormat() const { in GetFormat() function in CompilerType
769 return type_system_sp->GetFormat(m_type); in GetFormat()
H A DType.cpp513 lldb::Format Type::GetFormat() { return GetForwardCompilerType().GetFormat(); } in GetFormat() function in Type
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp219 SetValueFormat(DataVisualization::GetFormat(*this, eNoDynamicValues)); in UpdateFormatsIfNeeded()
1005 lldb::Format my_format = GetFormat(); in GetValueAsCString()
1018 my_format = GetValue().GetCompilerType().GetFormat(); in GetValueAsCString()
3048 lldb::Format ValueObject::GetFormat() const { in GetFormat() function in ValueObject
H A DValue.cpp284 return ast_type.GetFormat(); in GetValueDefaultFormat()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp356 lldb::Format format = m_format_options.GetFormat(); in IOHandlerInputComplete()

12