Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeFormat.cpp37 lldb::Format SBTypeFormat::GetFormat() { in GetFormat() function in SBTypeFormat
39 return ((TypeFormatImpl_Format *)m_opaque_sp.get())->GetFormat(); in GetFormat()
100 if (GetFormat() == rhs.GetFormat()) in IsEqualTo()
142 TypeFormatImplSP(new TypeFormatImpl_Format(GetFormat(), GetOptions()))); in CopyOnWrite_Impl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeFormat.cpp61 DumpDataExtractor(data, &reg_sstr, 0, GetFormat(), reg_info->byte_size, in FormatObject()
71 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 DFormatCache.cpp70 lldb::TypeFormatImplSP FormatCache::Entry::GetFormat() { return m_format_sp; } in GetFormat() function in FormatCache::Entry
121 bool FormatCache::GetFormat(const ConstString &type, in GetFormat() function in FormatCache
129 format_sp = entry.GetFormat(); in GetFormat()
H A DDataVisualization.cpp33 DataVisualization::GetFormat(ValueObject &valobj, in GetFormat() function in DataVisualization
35 return GetFormatManager().GetFormat(valobj, use_dynamic); in GetFormat()
H A DLanguageCategory.cpp47 if (m_format_cache.GetFormat(match_data.GetTypeForCache(), format_sp)) in Get()
H A DFormatManager.cpp643 FormatManager::GetFormat(ValueObject &valobj, in GetFormat() function in FormatManager
654 if (m_format_cache.GetFormat(match_data.GetTypeForCache(), retval)) { in GetFormat()
669 retval = m_categories_map.GetFormat(match_data); in GetFormat()
H A DVectorType.cpp219 m_parent_format = m_backend.GetFormat(); in Update()
H A DTypeCategoryMap.cpp174 TypeCategoryMap::GetFormat(FormattersMatchData &match_data) { in GetFormat() function in TypeCategoryMap
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatCache.h52 lldb::TypeFormatImplSP GetFormat();
80 bool GetFormat(const ConstString &type, lldb::TypeFormatImplSP &format_sp);
H A DTypeCategoryMap.h81 lldb::TypeFormatImplSP GetFormat(FormattersMatchData &match_data);
H A DDataVisualization.h34 static lldb::TypeFormatImplSP GetFormat(ValueObject &valobj,
H A DTypeFormat.h169 lldb::Format GetFormat() const { return m_format; } in GetFormat() function
H A DFormatManager.h141 lldb::TypeFormatImplSP GetFormat(ValueObject &valobj,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTypeFormat.h34 lldb::Format GetFormat();
H A DSBValue.h50 lldb::Format GetFormat();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h48 lldb::Format GetFormat() const { return m_format.GetCurrentValue(); } in GetFormat() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp128 switch (format_options.GetFormat()) { in FinalizeSettings()
812 Format format = m_format_options.GetFormat(); in DoExecute()
836 Format format = m_format_options.GetFormat(); in DoExecute()
1398 if (m_format_options.GetFormat() == eFormatPointer) in DoExecute()
1409 switch (m_format_options.GetFormat()) { in DoExecute()
1507 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.cpp544 const Format format = m_option_format.GetFormat(); in DoExecute()
723 options.SetFormat(m_option_format.GetFormat()); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp295 exe_ctx, s, format == lldb::eFormatDefault ? GetFormat() : format, data, in DumpValue()
359 lldb::Format Type::GetFormat() { return GetForwardCompilerType().GetFormat(); } in GetFormat() function in Type
H A DCompilerType.cpp534 lldb::Format CompilerType::GetFormat() const { in GetFormat() function in CompilerType
538 return m_type_system->GetFormat(m_type); in GetFormat()
H A DClangASTContext.cpp5457 .GetFormat(); in GetFormat()
5461 .GetFormat(); in GetFormat()
5465 .GetFormat(); in GetFormat()
5470 .GetFormat(); in GetFormat()
5476 .GetFormat(); in GetFormat()
5481 .GetFormat(); in GetFormat()
5486 .GetFormat(); in GetFormat()
9306 lldb::Format element_format = element_clang_type.GetFormat(); in DumpValue()
9357 lldb::Format typedef_format = typedef_clang_type.GetFormat(); in DumpValue()
9433 lldb::Format desugar_format = desugar_clang_type.GetFormat(); in DumpValue()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h297 lldb::Format GetFormat() const;
H A DTypeSystem.h280 virtual lldb::Format GetFormat(lldb::opaque_compiler_type_t type) = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DREPL.cpp319 lldb::Format format = m_format_options.GetFormat(); in IOHandlerInputComplete()

12