Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/API/
DSBTypeSynthetic.cpp19 SBTypeSynthetic::SBTypeSynthetic() { LLDB_INSTRUMENT_VA(this); } in SBTypeSynthetic() function in SBTypeSynthetic
21 SBTypeSynthetic SBTypeSynthetic::CreateWithClassName(const char *data, in CreateWithClassName()
26 return SBTypeSynthetic(); in CreateWithClassName()
27 return SBTypeSynthetic(ScriptedSyntheticChildrenSP( in CreateWithClassName()
31 SBTypeSynthetic SBTypeSynthetic::CreateWithScriptCode(const char *data, in CreateWithScriptCode()
36 return SBTypeSynthetic(); in CreateWithScriptCode()
37 return SBTypeSynthetic(ScriptedSyntheticChildrenSP( in CreateWithScriptCode()
41 SBTypeSynthetic::SBTypeSynthetic(const lldb::SBTypeSynthetic &rhs) in SBTypeSynthetic() function in SBTypeSynthetic
46 SBTypeSynthetic::~SBTypeSynthetic() = default;
48 bool SBTypeSynthetic::IsValid() const { in IsValid()
[all …]
DSBTypeCategory.cpp231 SBTypeSynthetic SBTypeCategory::GetSyntheticForType(SBTypeNameSpecifier spec) { in GetSyntheticForType()
235 return SBTypeSynthetic(); in GetSyntheticForType()
238 return SBTypeSynthetic(); in GetSyntheticForType()
244 return lldb::SBTypeSynthetic(); in GetSyntheticForType()
249 return lldb::SBTypeSynthetic(synth_sp); in GetSyntheticForType()
285 SBTypeSynthetic SBTypeCategory::GetSyntheticAtIndex(uint32_t index) { in GetSyntheticAtIndex()
289 return SBTypeSynthetic(); in GetSyntheticAtIndex()
294 return lldb::SBTypeSynthetic(); in GetSyntheticAtIndex()
299 return lldb::SBTypeSynthetic(synth_sp); in GetSyntheticAtIndex()
424 SBTypeSynthetic synth) { in AddTypeSynthetic()
DCMakeLists.txt83 SBTypeSynthetic.cpp
DSBDebugger.cpp1633 SBTypeSynthetic SBDebugger::GetSyntheticForType(SBTypeNameSpecifier type_name) { in GetSyntheticForType()
1637 return SBTypeSynthetic(); in GetSyntheticForType()
1638 return SBTypeSynthetic( in GetSyntheticForType()
DSBValue.cpp535 lldb::SBTypeSynthetic SBValue::GetTypeSynthetic() { in GetTypeSynthetic()
538 lldb::SBTypeSynthetic synthetic; in GetTypeSynthetic()
/openbsd/src/gnu/llvm/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.h102 class LLDB_API SBTypeSynthetic; variable
DSBValue.h113 lldb::SBTypeSynthetic GetTypeSynthetic();
DSBDebugger.h363 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);
/openbsd/src/gnu/llvm/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.i503 lldb::SBTypeSynthetic
DSBValue.i183 lldb::SBTypeSynthetic
/openbsd/src/gnu/usr.bin/clang/liblldbAPI/
DMakefile73 SBTypeSynthetic.cpp \
/openbsd/src/gnu/llvm/lldb/bindings/
Dinterfaces.swig77 %include "./interface/SBTypeSynthetic.i"
Dheaders.swig72 #include "lldb/API/SBTypeSynthetic.h"
/openbsd/src/gnu/llvm/lldb/docs/
D.htaccess97 Redirect 301 /python_reference/lldb.SBTypeSynthetic-class.html https://lldb.llvm.org/python_api/lld…
/openbsd/src/gnu/llvm/lldb/bindings/python/
Dpython-extensions.swig237 %extend lldb::SBTypeSynthetic {
/openbsd/src/gnu/llvm/clang/docs/tools/
Dclang-formatted-files.txt3647 lldb/include/lldb/API/SBTypeSynthetic.h