Home
last modified time | relevance | path

Searched refs:SBTypeSynthetic (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBTypeSynthetic.cpp19 SBTypeSynthetic::SBTypeSynthetic() : m_opaque_sp() { in SBTypeSynthetic() function in SBTypeSynthetic
20 LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBTypeSynthetic); in SBTypeSynthetic()
23 SBTypeSynthetic SBTypeSynthetic::CreateWithClassName(const char *data, in CreateWithClassName()
25 LLDB_RECORD_STATIC_METHOD(lldb::SBTypeSynthetic, SBTypeSynthetic, in CreateWithClassName()
30 return LLDB_RECORD_RESULT(SBTypeSynthetic()); in CreateWithClassName()
31 return LLDB_RECORD_RESULT(SBTypeSynthetic(ScriptedSyntheticChildrenSP( in CreateWithClassName()
35 SBTypeSynthetic SBTypeSynthetic::CreateWithScriptCode(const char *data, in CreateWithScriptCode()
37 LLDB_RECORD_STATIC_METHOD(lldb::SBTypeSynthetic, SBTypeSynthetic, in CreateWithScriptCode()
42 return LLDB_RECORD_RESULT(SBTypeSynthetic()); in CreateWithScriptCode()
43 return LLDB_RECORD_RESULT(SBTypeSynthetic(ScriptedSyntheticChildrenSP( in CreateWithScriptCode()
[all …]
DSBTypeCategory.cpp265 SBTypeSynthetic SBTypeCategory::GetSyntheticForType(SBTypeNameSpecifier spec) { in GetSyntheticForType()
266 LLDB_RECORD_METHOD(lldb::SBTypeSynthetic, SBTypeCategory, GetSyntheticForType, in GetSyntheticForType()
270 return LLDB_RECORD_RESULT(SBTypeSynthetic()); in GetSyntheticForType()
273 return LLDB_RECORD_RESULT(SBTypeSynthetic()); in GetSyntheticForType()
285 return LLDB_RECORD_RESULT(lldb::SBTypeSynthetic()); in GetSyntheticForType()
290 return LLDB_RECORD_RESULT(lldb::SBTypeSynthetic(synth_sp)); in GetSyntheticForType()
331 SBTypeSynthetic SBTypeCategory::GetSyntheticAtIndex(uint32_t index) { in GetSyntheticAtIndex()
332 LLDB_RECORD_METHOD(lldb::SBTypeSynthetic, SBTypeCategory, GetSyntheticAtIndex, in GetSyntheticAtIndex()
336 return LLDB_RECORD_RESULT(SBTypeSynthetic()); in GetSyntheticAtIndex()
341 return LLDB_RECORD_RESULT(lldb::SBTypeSynthetic()); in GetSyntheticAtIndex()
[all …]
DSBDebugger.cpp1602 SBTypeSynthetic SBDebugger::GetSyntheticForType(SBTypeNameSpecifier type_name) { in GetSyntheticForType()
1603 LLDB_RECORD_METHOD(lldb::SBTypeSynthetic, SBDebugger, GetSyntheticForType, in GetSyntheticForType()
1607 return LLDB_RECORD_RESULT(SBTypeSynthetic()); in GetSyntheticForType()
1608 return LLDB_RECORD_RESULT(SBTypeSynthetic( in GetSyntheticForType()
1837 LLDB_REGISTER_METHOD(lldb::SBTypeSynthetic, SBDebugger, GetSyntheticForType, in RegisterMethods()
DSBValue.cpp542 lldb::SBTypeSynthetic SBValue::GetTypeSynthetic() { in GetTypeSynthetic()
543 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBTypeSynthetic, SBValue, GetTypeSynthetic); in GetTypeSynthetic()
545 lldb::SBTypeSynthetic synthetic; in GetTypeSynthetic()
1581 LLDB_REGISTER_METHOD(lldb::SBTypeSynthetic, SBValue, GetTypeSynthetic, ()); in RegisterMethods()
DSBReproducer.cpp129 RegisterMethods<SBTypeSynthetic>(R); in SBRegistry()
DCMakeLists.txt87 SBTypeSynthetic.cpp
/external/llvm-project/lldb/include/lldb/API/
DSBTypeSynthetic.h17 class LLDB_API SBTypeSynthetic {
19 SBTypeSynthetic();
21 static SBTypeSynthetic
25 static SBTypeSynthetic
29 SBTypeSynthetic(const lldb::SBTypeSynthetic &rhs);
31 ~SBTypeSynthetic();
54 lldb::SBTypeSynthetic &operator=(const lldb::SBTypeSynthetic &rhs);
56 bool IsEqualTo(lldb::SBTypeSynthetic &rhs);
58 bool operator==(lldb::SBTypeSynthetic &rhs);
60 bool operator!=(lldb::SBTypeSynthetic &rhs);
[all …]
DSBTypeCategory.h66 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);
74 SBTypeSynthetic GetSyntheticAtIndex(uint32_t);
88 bool AddTypeSynthetic(SBTypeNameSpecifier, SBTypeSynthetic);
DSBDefines.h90 class LLDB_API SBTypeSynthetic; variable
DSBValue.h113 lldb::SBTypeSynthetic GetTypeSynthetic();
DSBDebugger.h291 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);
/external/llvm-project/lldb/bindings/interface/
DSBTypeSynthetic.i12 "Represents a summary that can be associated to one or more types.") SBTypeSynthetic;
14 class SBTypeSynthetic
18 SBTypeSynthetic();
20 static lldb::SBTypeSynthetic
23 static lldb::SBTypeSynthetic
26 SBTypeSynthetic (const lldb::SBTypeSynthetic &rhs);
28 ~SBTypeSynthetic ();
36 IsEqualTo (lldb::SBTypeSynthetic &rhs);
61 operator == (lldb::SBTypeSynthetic &rhs);
64 operator != (lldb::SBTypeSynthetic &rhs);
[all …]
DSBTypeCategory.i84 lldb::SBTypeSynthetic
96 lldb::SBTypeSynthetic
122 lldb::SBTypeSynthetic);
DSBDebugger.i479 lldb::SBTypeSynthetic
DSBValue.i183 lldb::SBTypeSynthetic
/external/llvm-project/lldb/test/API/python_api/formatters/
Dsynth.py94 lldb.SBTypeSynthetic.CreateWithClassName("synth.jasSynthProvider"))
98 lldb.SBTypeSynthetic.CreateWithClassName("synth.CCCSynthProvider",
106 lldb.SBTypeSynthetic.CreateWithClassName("synth.Empty1SynthProvider"))
112 lldb.SBTypeSynthetic.CreateWithClassName("synth.Empty2SynthProvider"))
DTestFormattersSBAPI.py350 lldb.SBTypeSynthetic()),
371 lldb.SBTypeSynthetic.CreateWithClassName("")),
/external/llvm-project/lldb/bindings/
Dheaders.swig73 #include "lldb/API/SBTypeSynthetic.h"
Dinterfaces.swig80 %include "./interface/SBTypeSynthetic.i"
/external/llvm-project/lldb/bindings/python/
Dpython-extensions.swig237 %extend lldb::SBTypeSynthetic {