Searched refs:SBTypeSummary (Results 1 – 18 of 18) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/lldb/source/API/ |
| HD | SBTypeSummary.cpp | 120 SBTypeSummary::SBTypeSummary() : m_opaque_sp() { in SBTypeSummary() function in SBTypeSummary 121 LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBTypeSummary); in SBTypeSummary() 124 SBTypeSummary SBTypeSummary::CreateWithSummaryString(const char *data, in CreateWithSummaryString() 126 LLDB_RECORD_STATIC_METHOD(lldb::SBTypeSummary, SBTypeSummary, in CreateWithSummaryString() 131 return LLDB_RECORD_RESULT(SBTypeSummary()); in CreateWithSummaryString() 134 SBTypeSummary(TypeSummaryImplSP(new StringSummaryFormat(options, data)))); in CreateWithSummaryString() 137 SBTypeSummary SBTypeSummary::CreateWithFunctionName(const char *data, in CreateWithFunctionName() 139 LLDB_RECORD_STATIC_METHOD(lldb::SBTypeSummary, SBTypeSummary, in CreateWithFunctionName() 144 return LLDB_RECORD_RESULT(SBTypeSummary()); in CreateWithFunctionName() 147 SBTypeSummary(TypeSummaryImplSP(new ScriptSummaryFormat(options, data)))); in CreateWithFunctionName() [all …]
|
| HD | SBTypeCategory.cpp | 241 SBTypeSummary SBTypeCategory::GetSummaryForType(SBTypeNameSpecifier spec) { in GetSummaryForType() 242 LLDB_RECORD_METHOD(lldb::SBTypeSummary, SBTypeCategory, GetSummaryForType, in GetSummaryForType() 246 return LLDB_RECORD_RESULT(SBTypeSummary()); in GetSummaryForType() 249 return LLDB_RECORD_RESULT(SBTypeSummary()); in GetSummaryForType() 261 return LLDB_RECORD_RESULT(lldb::SBTypeSummary()); in GetSummaryForType() 263 return LLDB_RECORD_RESULT(lldb::SBTypeSummary(summary_sp)); in GetSummaryForType() 322 SBTypeSummary SBTypeCategory::GetSummaryAtIndex(uint32_t index) { in GetSummaryAtIndex() 323 LLDB_RECORD_METHOD(lldb::SBTypeSummary, SBTypeCategory, GetSummaryAtIndex, in GetSummaryAtIndex() 327 return LLDB_RECORD_RESULT(SBTypeSummary()); in GetSummaryAtIndex() 329 SBTypeSummary(m_opaque_sp->GetSummaryAtIndex((index)))); in GetSummaryAtIndex() [all …]
|
| HD | SBReproducer.cpp | 99 RegisterMethods<SBTypeSummary>(R); in SBRegistry()
|
| HD | SBDebugger.cpp | 1550 SBTypeSummary SBDebugger::GetSummaryForType(SBTypeNameSpecifier type_name) { in GetSummaryForType() 1551 LLDB_RECORD_METHOD(lldb::SBTypeSummary, SBDebugger, GetSummaryForType, in GetSummaryForType() 1555 return LLDB_RECORD_RESULT(SBTypeSummary()); in GetSummaryForType() 1557 SBTypeSummary(DataVisualization::GetSummaryForType(type_name.GetSP()))); in GetSummaryForType() 1811 LLDB_REGISTER_METHOD(lldb::SBTypeSummary, SBDebugger, GetSummaryForType, in RegisterMethods()
|
| HD | SBValue.cpp | 506 lldb::SBTypeSummary SBValue::GetTypeSummary() { in GetTypeSummary() 507 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBTypeSummary, SBValue, GetTypeSummary); in GetTypeSummary() 509 lldb::SBTypeSummary summary; in GetTypeSummary() 1579 LLDB_REGISTER_METHOD(lldb::SBTypeSummary, SBValue, GetTypeSummary, ()); in RegisterMethods()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/ |
| HD | SBTypeSummary.i | 38 "Represents a summary that can be associated to one or more types.") SBTypeSummary; 40 class SBTypeSummary 44 SBTypeSummary(); 46 static SBTypeSummary 49 static SBTypeSummary 52 static SBTypeSummary 55 SBTypeSummary (const lldb::SBTypeSummary &rhs); 57 ~SBTypeSummary (); 65 IsEqualTo (lldb::SBTypeSummary &rhs); 99 operator == (lldb::SBTypeSummary &rhs); [all …]
|
| HD | SBTypeCategory.i | 81 lldb::SBTypeSummary 93 lldb::SBTypeSummary 108 lldb::SBTypeSummary);
|
| HD | SBDebugger.i | 473 lldb::SBTypeSummary
|
| HD | SBValue.i | 177 lldb::SBTypeSummary
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/ |
| HD | SBTypeSummary.h | 57 class SBTypeSummary { 59 SBTypeSummary(); 64 static SBTypeSummary 68 static SBTypeSummary 72 static SBTypeSummary 76 static SBTypeSummary CreateWithCallback(FormatCallback cb, 80 SBTypeSummary(const lldb::SBTypeSummary &rhs); 82 ~SBTypeSummary(); 109 lldb::SBTypeSummary &operator=(const lldb::SBTypeSummary &rhs); 113 bool IsEqualTo(lldb::SBTypeSummary &rhs); [all …]
|
| HD | SBTypeCategory.h | 64 SBTypeSummary GetSummaryForType(SBTypeNameSpecifier); 72 SBTypeSummary GetSummaryAtIndex(uint32_t); 80 bool AddTypeSummary(SBTypeNameSpecifier, SBTypeSummary);
|
| HD | SBDefines.h | 87 class LLDB_API SBTypeSummary; variable
|
| HD | SBValue.h | 109 lldb::SBTypeSummary GetTypeSummary();
|
| HD | SBDebugger.h | 283 SBTypeSummary GetSummaryForType(SBTypeNameSpecifier);
|
| /freebsd-11-stable/contrib/llvm-project/lldb/bindings/ |
| HD | headers.swig | 69 #include "lldb/API/SBTypeSummary.h"
|
| HD | interfaces.swig | 76 %include "./interface/SBTypeSummary.i"
|
| /freebsd-11-stable/contrib/llvm-project/lldb/bindings/python/ |
| HD | python-extensions.swig | 221 %extend lldb::SBTypeSummary {
|
| /freebsd-11-stable/lib/clang/liblldb/ |
| HD | Makefile | 78 SRCS+= API/SBTypeSummary.cpp
|