Searched refs:GetSummaryForType (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeCategory.h64 SBTypeSummary GetSummaryForType(SBTypeNameSpecifier);
H A DSBDebugger.h283 SBTypeSummary GetSummaryForType(SBTypeNameSpecifier);
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeCategory.i82 GetSummaryForType (lldb::SBTypeNameSpecifier);
173 return self.formatters_access_class (self,self.__class__.GetNumSummaries,self.__class__.GetSummaryAtIndex,self.__class__.GetSummaryForType)
H A DSBDebugger.i474 GetSummaryForType (lldb::SBTypeNameSpecifier);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDataVisualization.h43 GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp);
H A DFormatManager.h113 GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp);
H A DTypeCategory.h240 GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp);
/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp49 DataVisualization::GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp) { function in class:DataVisualization
50 return GetFormatManager().GetSummaryForType(type_sp);
H A DTypeCategory.cpp352 TypeCategoryImpl::GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp) { function in class:TypeCategoryImpl
H A DFormatManager.cpp339 FormatManager::GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp) { function in class:FormatManager
351 category_sp->GetSummaryForType(type_sp);
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp241 SBTypeSummary SBTypeCategory::GetSummaryForType(SBTypeNameSpecifier spec) { function in class:SBTypeCategory
242 LLDB_RECORD_METHOD(lldb::SBTypeSummary, SBTypeCategory, GetSummaryForType,
687 LLDB_REGISTER_METHOD(lldb::SBTypeSummary, SBTypeCategory, GetSummaryForType,
H A DSBDebugger.cpp1550 SBTypeSummary SBDebugger::GetSummaryForType(SBTypeNameSpecifier type_name) { function in class:SBDebugger
1551 LLDB_RECORD_METHOD(lldb::SBTypeSummary, SBDebugger, GetSummaryForType,
1557 SBTypeSummary(DataVisualization::GetSummaryForType(type_name.GetSP())));
1811 LLDB_REGISTER_METHOD(lldb::SBTypeSummary, SBDebugger, GetSummaryForType,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp842 !DataVisualization::GetSummaryForType(type_sp))
/freebsd-12-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp20290 SWIG_check_num_args("lldb::SBDebugger::GetSummaryForType",2,2)
20291 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBDebugger::GetSummaryForType",1,"lldb::SBDebugger *");
20292 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBDebugger::GetSummaryForType",2,"lldb::SBTypeNameSpecifier");
20304 result = (arg1)->GetSummaryForType(arg2);
20586 { "GetSummaryForType", _wrap_SBDebugger_GetSummaryForType},
[all...]

Completed in 459 milliseconds