| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBTypeFormat.cpp | 37 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 D | TypeFormat.cpp | 61 DumpDataExtractor(data, ®_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 D | FormatCache.cpp | 70 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 D | DataVisualization.cpp | 33 DataVisualization::GetFormat(ValueObject &valobj, in GetFormat() function in DataVisualization 35 return GetFormatManager().GetFormat(valobj, use_dynamic); in GetFormat()
|
| H A D | LanguageCategory.cpp | 47 if (m_format_cache.GetFormat(match_data.GetTypeForCache(), format_sp)) in Get()
|
| H A D | FormatManager.cpp | 643 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 D | VectorType.cpp | 219 m_parent_format = m_backend.GetFormat(); in Update()
|
| H A D | TypeCategoryMap.cpp | 174 TypeCategoryMap::GetFormat(FormattersMatchData &match_data) { in GetFormat() function in TypeCategoryMap
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| H A D | FormatCache.h | 52 lldb::TypeFormatImplSP GetFormat(); 80 bool GetFormat(const ConstString &type, lldb::TypeFormatImplSP &format_sp);
|
| H A D | TypeCategoryMap.h | 81 lldb::TypeFormatImplSP GetFormat(FormattersMatchData &match_data);
|
| H A D | DataVisualization.h | 34 static lldb::TypeFormatImplSP GetFormat(ValueObject &valobj,
|
| H A D | TypeFormat.h | 169 lldb::Format GetFormat() const { return m_format; } in GetFormat() function
|
| H A D | FormatManager.h | 141 lldb::TypeFormatImplSP GetFormat(ValueObject &valobj,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBTypeFormat.h | 34 lldb::Format GetFormat();
|
| H A D | SBValue.h | 50 lldb::Format GetFormat();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | OptionGroupFormat.h | 48 lldb::Format GetFormat() const { return m_format.GetCurrentValue(); } in GetFormat() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 128 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 D | CommandObjectRegister.cpp | 97 prefix_with_altname, m_format_options.GetFormat(), 8); in DumpRegister()
|
| H A D | CommandObjectFrame.cpp | 544 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 D | Type.cpp | 295 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 D | CompilerType.cpp | 534 lldb::Format CompilerType::GetFormat() const { in GetFormat() function in CompilerType 538 return m_type_system->GetFormat(m_type); in GetFormat()
|
| H A D | ClangASTContext.cpp | 5457 .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 D | CompilerType.h | 297 lldb::Format GetFormat() const;
|
| H A D | TypeSystem.h | 280 virtual lldb::Format GetFormat(lldb::opaque_compiler_type_t type) = 0;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | REPL.cpp | 319 lldb::Format format = m_format_options.GetFormat(); in IOHandlerInputComplete()
|