Searched refs:GetSummaryForType (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/ |
| D | SBTypeCategory.i | 82 GetSummaryForType (lldb::SBTypeNameSpecifier); 173 …f,self.__class__.GetNumSummaries,self.__class__.GetSummaryAtIndex,self.__class__.GetSummaryForType)
|
| D | SBDebugger.i | 474 GetSummaryForType (lldb::SBTypeNameSpecifier);
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/ |
| D | DataVisualization.cpp | 48 DataVisualization::GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSummaryForType() function in DataVisualization 49 return GetFormatManager().GetSummaryForType(type_sp); in GetSummaryForType()
|
| D | FormatManager.cpp | 330 FormatManager::GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSummaryForType() function in FormatManager 342 category_sp->GetSummaryForType(type_sp); in GetSummaryForType()
|
| D | TypeCategory.cpp | 336 TypeCategoryImpl::GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSummaryForType() function in TypeCategoryImpl
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/ |
| D | SBTypeCategory.h | 64 SBTypeSummary GetSummaryForType(SBTypeNameSpecifier);
|
| D | SBDebugger.h | 325 SBTypeSummary GetSummaryForType(SBTypeNameSpecifier);
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| D | DataVisualization.h | 42 GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp);
|
| D | FormatManager.h | 113 GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp);
|
| D | TypeCategory.h | 238 GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp);
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/API/ |
| D | SBTypeCategory.cpp | 240 SBTypeSummary SBTypeCategory::GetSummaryForType(SBTypeNameSpecifier spec) { in GetSummaryForType() function in SBTypeCategory 241 LLDB_RECORD_METHOD(lldb::SBTypeSummary, SBTypeCategory, GetSummaryForType, in GetSummaryForType() 678 LLDB_REGISTER_METHOD(lldb::SBTypeSummary, SBTypeCategory, GetSummaryForType, in RegisterMethods()
|
| D | SBDebugger.cpp | 1625 SBTypeSummary SBDebugger::GetSummaryForType(SBTypeNameSpecifier type_name) { in GetSummaryForType() function in SBDebugger 1626 LLDB_RECORD_METHOD(lldb::SBTypeSummary, SBDebugger, GetSummaryForType, in GetSummaryForType() 1632 SBTypeSummary(DataVisualization::GetSummaryForType(type_name.GetSP()))); in GetSummaryForType() 1884 LLDB_REGISTER_METHOD(lldb::SBTypeSummary, SBDebugger, GetSummaryForType, in RegisterMethods()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Core/ |
| D | FormatEntity.cpp | 835 !DataVisualization::GetSummaryForType(type_sp)) in DumpValue()
|
| /freebsd-12-stable/lib/clang/liblldb/ |
| D | LLDBWrapLua.cpp | 20414 result = (arg1)->GetSummaryForType(arg2); in _wrap_SBDebugger_GetSummaryForType() 60626 result = (arg1)->GetSummaryForType(arg2); in _wrap_SBTypeCategory_GetSummaryForType()
|