Searched refs:SBTypeSynthetic (Results 1 – 20 of 20) sorted by relevance
19 SBTypeSynthetic::SBTypeSynthetic() { LLDB_INSTRUMENT_VA(this); } in SBTypeSynthetic() function in SBTypeSynthetic21 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 SBTypeSynthetic46 SBTypeSynthetic::~SBTypeSynthetic() = default;48 bool SBTypeSynthetic::IsValid() const { in IsValid()[all …]
231 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()
83 SBTypeSynthetic.cpp
1633 SBTypeSynthetic SBDebugger::GetSyntheticForType(SBTypeNameSpecifier type_name) { in GetSyntheticForType()1637 return SBTypeSynthetic(); in GetSyntheticForType()1638 return SBTypeSynthetic( in GetSyntheticForType()
535 lldb::SBTypeSynthetic SBValue::GetTypeSynthetic() { in GetTypeSynthetic()538 lldb::SBTypeSynthetic synthetic; in GetTypeSynthetic()
17 class LLDB_API SBTypeSynthetic {19 SBTypeSynthetic();21 static SBTypeSynthetic25 static SBTypeSynthetic29 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 …]
66 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);74 SBTypeSynthetic GetSyntheticAtIndex(uint32_t);88 bool AddTypeSynthetic(SBTypeNameSpecifier, SBTypeSynthetic);
102 class LLDB_API SBTypeSynthetic; variable
113 lldb::SBTypeSynthetic GetTypeSynthetic();
363 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);
12 "Represents a summary that can be associated to one or more types.") SBTypeSynthetic;14 class SBTypeSynthetic18 SBTypeSynthetic();20 static lldb::SBTypeSynthetic23 static lldb::SBTypeSynthetic26 SBTypeSynthetic (const lldb::SBTypeSynthetic &rhs);28 ~SBTypeSynthetic ();36 IsEqualTo (lldb::SBTypeSynthetic &rhs);61 operator == (lldb::SBTypeSynthetic &rhs);64 operator != (lldb::SBTypeSynthetic &rhs);[all …]
84 lldb::SBTypeSynthetic96 lldb::SBTypeSynthetic122 lldb::SBTypeSynthetic);
503 lldb::SBTypeSynthetic
183 lldb::SBTypeSynthetic
73 SBTypeSynthetic.cpp \
77 %include "./interface/SBTypeSynthetic.i"
72 #include "lldb/API/SBTypeSynthetic.h"
97 Redirect 301 /python_reference/lldb.SBTypeSynthetic-class.html https://lldb.llvm.org/python_api/lld…
237 %extend lldb::SBTypeSynthetic {
3647 lldb/include/lldb/API/SBTypeSynthetic.h