Home
last modified time | relevance | path

Searched refs:GetSummaryForType (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp48 DataVisualization::GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSummaryForType() function in DataVisualization
49 return GetFormatManager().GetSummaryForType(type_sp); in GetSummaryForType()
H A DFormatManager.cpp323 FormatManager::GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSummaryForType() function in FormatManager
335 category_sp->GetSummaryForType(type_sp); in GetSummaryForType()
H A DTypeCategory.cpp255 TypeCategoryImpl::GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSummaryForType() function in TypeCategoryImpl
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeCategory.h64 SBTypeSummary GetSummaryForType(SBTypeNameSpecifier);
H A DSBDebugger.h421 SBTypeSummary GetSummaryForType(SBTypeNameSpecifier);
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDataVisualization.h42 GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp);
H A DFormatManager.h113 GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp);
H A DTypeCategory.h214 GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp213 SBTypeSummary SBTypeCategory::GetSummaryForType(SBTypeNameSpecifier spec) { in GetSummaryForType() function in SBTypeCategory
223 m_opaque_sp->GetSummaryForType(spec.GetSP()); in GetSummaryForType()
H A DSBDebugger.cpp1631 SBTypeSummary SBDebugger::GetSummaryForType(SBTypeNameSpecifier type_name) { in GetSummaryForType() function in SBDebugger
1636 return SBTypeSummary(DataVisualization::GetSummaryForType(type_name.GetSP())); in GetSummaryForType()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeCategoryExtensions.i54 return self.formatters_access_class (self,self.__class__.GetNumSummaries,self.__class__.GetSummaryAtIndex,self.__class__.GetSummaryForType)
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp852 !DataVisualization::GetSummaryForType(type_sp)) in DumpValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp23654 result = (arg1)->GetSummaryForType(arg2); in _wrap_SBDebugger_GetSummaryForType()
70451 result = (arg1)->GetSummaryForType(arg2); in _wrap_SBTypeCategory_GetSummaryForType()