Searched refs:GetFormat (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatCache.h55 GetFormat ();
86 GetFormat (const ConstString& type,lldb::TypeFormatImplSP& format_sp);
H A DDataVisualization.h43 GetFormat (ValueObject& valobj,
H A DTypeCategoryMap.h98 GetFormat (ValueObject& valobj,
H A DFormatManager.h143 GetFormat (ValueObject& valobj,
H A DTypeFormat.h235 GetFormat () const function in class:lldb_private::TypeFormatImpl_Format
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/API/
H A DSBTypeFormat.cpp54 SBTypeFormat::GetFormat () function in class:SBTypeFormat
57 return ((TypeFormatImpl_Format*)m_opaque_sp.get())->GetFormat();
135 if (GetFormat() == rhs.GetFormat())
188 SetSP(TypeFormatImplSP(new TypeFormatImpl_Format(GetFormat(),GetOptions())));
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeFormat.cpp72 GetFormat(),
89 if (GetFormat() == eFormatCString)
112 GetFormat(), // Format to display this type with
142 FormatManager::GetFormatAsCString (GetFormat()),
H A DFormatCache.cpp86 FormatCache::Entry::GetFormat () function in class:FormatCache::Entry
145 FormatCache::GetFormat (const ConstString& type,lldb::TypeFormatImplSP& format_sp) function in class:FormatCache
154 format_sp = entry.GetFormat();
H A DDataVisualization.cpp50 DataVisualization::GetFormat (ValueObject& valobj, lldb::DynamicValueType use_dynamic) function in class:DataVisualization
52 return GetFormatManager().GetFormat(valobj, use_dynamic);
H A DTypeCategoryMap.cpp183 TypeCategoryMap::GetFormat (ValueObject& valobj, function in class:TypeCategoryMap
200 log->Printf("\n[TypeCategoryMap::GetFormat] Trying to use category %s", category_sp->GetName());
206 log->Printf("[TypeCategoryMap::GetFormat] nothing found - returning empty SP");
H A DValueObjectPrinter.cpp285 if (options.m_format != eFormatDefault && options.m_format != m_valobj->GetFormat())
H A DFormatManager.cpp564 FormatManager::GetFormat (ValueObject& valobj, function in class:FormatManager
573 log->Printf("\n\n[FormatManager::GetFormat] Looking into cache for type %s", valobj_type.AsCString("<invalid>"));
574 if (m_format_cache.GetFormat(valobj_type,retval))
578 log->Printf("[FormatManager::GetFormat] Cache search success. Returning.");
580 log->Printf("[FormatManager::GetFormat] Cache hits: %" PRIu64 " - Cache Misses: %" PRIu64, m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses());
585 log->Printf("[FormatManager::GetFormat] Cache search failed. Going normal route");
587 retval = m_categories_map.GetFormat(valobj, use_dynamic);
591 log->Printf("[FormatManager::GetFormat] Search failed. Giving hardcoded a chance.");
597 log->Printf("[FormatManager::GetFormat] Caching %p for type %s",retval.get(),valobj_type.AsCString("<invalid>"));
601 log->Printf("[FormatManager::GetFormat] Cach
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTypeFormat.h37 GetFormat ();
H A DSBValue.h61 GetFormat ();
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h59 GetFormat () const function in class:lldb_private::OptionGroupFormat
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp138 switch (format_options.GetFormat())
836 Format format = m_format_options.GetFormat();
861 Format format = m_format_options.GetFormat();
1476 if (m_format_options.GetFormat() == eFormatPointer)
1491 switch (m_format_options.GetFormat())
1581 if (m_format_options.GetFormat() == eFormatCString)
H A DCommandObjectExpression.cpp305 Format format = m_format_options.GetFormat();
H A DCommandObjectRegister.cpp104 reg_value.Dump(&strm, reg_info, prefix_with_name, prefix_with_altname, m_format_options.GetFormat(), 8);
H A DCommandObjectFrame.cpp415 const Format format = m_option_format.GetFormat();
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTType.h373 GetFormat () const;
H A DType.h204 GetFormat ();
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp293 format == lldb::eFormatDefault ? GetFormat() : format,
380 Type::GetFormat () function in class:Type
382 return GetClangForwardType().GetFormat();
H A DClangASTType.cpp1930 ClangASTType::GetFormat () const function in class:ClangASTType
2026 return ClangASTType (m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).GetFormat();
2028 return ClangASTType (m_ast, cast<AutoType>(qual_type)->desugar()).GetFormat();
2030 return ClangASTType (m_ast, cast<ParenType>(qual_type)->desugar()).GetFormat();
2032 return ClangASTType (m_ast, cast<ElaboratedType>(qual_type)->getNamedType()).GetFormat();
5657 base_clang_type.GetFormat(), // The format with which to display the member
5716 field_clang_type.GetFormat(), // The format with which to display the member
5786 lldb::Format element_format = element_clang_type.GetFormat();
5831 lldb::Format typedef_format = typedef_clang_type.GetFormat();
5854 lldb::Format elaborated_format = elaborated_clang_type.GetFormat();
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DValue.cpp281 return ast_type.GetFormat();
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h814 GetFormat () const;

Completed in 153 milliseconds

12