Searched refs:SBTypeSynthetic (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeSynthetic.cpp1 //===-- SBTypeSynthetic.cpp -----------------------------------------*- C++
10 #include "lldb/API/SBTypeSynthetic.h"
20 SBTypeSynthetic::SBTypeSynthetic() : m_opaque_sp() { function in class:SBTypeSynthetic
21 LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBTypeSynthetic);
24 SBTypeSynthetic SBTypeSynthetic::CreateWithClassName(const char *data,
26 LLDB_RECORD_STATIC_METHOD(lldb::SBTypeSynthetic, SBTypeSynthetic,
31 return LLDB_RECORD_RESULT(SBTypeSynthetic());
48 SBTypeSynthetic::SBTypeSynthetic(const lldb::SBTypeSynthetic &rhs) function in class:SBTypeSynthetic
195 SBTypeSynthetic::SBTypeSynthetic( function in class:SBTypeSynthetic
[all...]
H A DSBTypeCategory.cpp18 #include "lldb/API/SBTypeSynthetic.h"
266 SBTypeSynthetic SBTypeCategory::GetSyntheticForType(SBTypeNameSpecifier spec) {
267 LLDB_RECORD_METHOD(lldb::SBTypeSynthetic, SBTypeCategory, GetSyntheticForType,
271 return LLDB_RECORD_RESULT(SBTypeSynthetic());
274 return LLDB_RECORD_RESULT(SBTypeSynthetic());
286 return LLDB_RECORD_RESULT(lldb::SBTypeSynthetic());
291 return LLDB_RECORD_RESULT(lldb::SBTypeSynthetic(synth_sp));
332 SBTypeSynthetic SBTypeCategory::GetSyntheticAtIndex(uint32_t index) {
333 LLDB_RECORD_METHOD(lldb::SBTypeSynthetic, SBTypeCategory, GetSyntheticAtIndex,
337 return LLDB_RECORD_RESULT(SBTypeSynthetic());
[all...]
H A DSBReproducer.cpp100 RegisterMethods<SBTypeSynthetic>(R);
H A DSBDebugger.cpp36 #include "lldb/API/SBTypeSynthetic.h"
1570 SBTypeSynthetic SBDebugger::GetSyntheticForType(SBTypeNameSpecifier type_name) {
1571 LLDB_RECORD_METHOD(lldb::SBTypeSynthetic, SBDebugger, GetSyntheticForType,
1575 return LLDB_RECORD_RESULT(SBTypeSynthetic());
1576 return LLDB_RECORD_RESULT(SBTypeSynthetic(
1813 LLDB_REGISTER_METHOD(lldb::SBTypeSynthetic, SBDebugger, GetSyntheticForType,
H A DSBValue.cpp17 #include "lldb/API/SBTypeSynthetic.h"
542 lldb::SBTypeSynthetic SBValue::GetTypeSynthetic() {
543 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBTypeSynthetic, SBValue, GetTypeSynthetic);
545 lldb::SBTypeSynthetic synthetic;
1581 LLDB_REGISTER_METHOD(lldb::SBTypeSynthetic, SBValue, GetTypeSynthetic, ());
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeSynthetic.i1 //===-- SWIG Interface for SBTypeSynthetic-------------------------*- C++ -*-===//
12 "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
[all...]
H A DSBTypeCategory.i84 lldb::SBTypeSynthetic
96 lldb::SBTypeSynthetic
122 lldb::SBTypeSynthetic);
210 synthetics = property(get_synthetics_array, None, doc='''A read only property that returns a list() of lldb.SBTypeSynthetic objects contained in this category''')
H A DSBDebugger.i479 lldb::SBTypeSynthetic
H A DSBValue.i183 lldb::SBTypeSynthetic
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeSynthetic.h1 //===-- SBTypeSynthetic.h -----------------------------------------*- C++
17 class LLDB_API SBTypeSynthetic { class in namespace:lldb
19 SBTypeSynthetic();
21 static SBTypeSynthetic
25 static SBTypeSynthetic
29 SBTypeSynthetic(const lldb::SBTypeSynthetic &rhs);
31 ~SBTypeSynthetic();
54 lldb::SBTypeSynthetic &operator=(const lldb::SBTypeSynthetic
[all...]
H A DSBTypeCategory.h66 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);
74 SBTypeSynthetic GetSyntheticAtIndex(uint32_t);
88 bool AddTypeSynthetic(SBTypeNameSpecifier, SBTypeSynthetic);
H A DSBDefines.h89 class LLDB_API SBTypeSynthetic; member in namespace:lldb
H A DSBDebugger.h287 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);
H A DSBValue.h113 lldb::SBTypeSynthetic GetTypeSynthetic();
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile79 SRCS+= API/SBTypeSynthetic.cpp

Completed in 151 milliseconds