Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBTypeSynthetic.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 …]
HDSBTypeCategory.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()
HDSBDebugger.cpp1647 SBTypeSynthetic SBDebugger::GetSyntheticForType(SBTypeNameSpecifier type_name) { in GetSyntheticForType()
1651 return SBTypeSynthetic(); in GetSyntheticForType()
1652 return SBTypeSynthetic( in GetSyntheticForType()
HDSBValue.cpp528 lldb::SBTypeSynthetic SBValue::GetTypeSynthetic() { in GetTypeSynthetic()
531 lldb::SBTypeSynthetic synthetic; in GetTypeSynthetic()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBTypeSynthetic.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 …]
HDSBTypeCategory.h66 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);
74 SBTypeSynthetic GetSyntheticAtIndex(uint32_t);
88 bool AddTypeSynthetic(SBTypeNameSpecifier, SBTypeSynthetic);
HDSBDefines.h129 class LLDB_API SBTypeSynthetic; variable
HDSBValue.h124 lldb::SBTypeSynthetic GetTypeSynthetic();
HDSBDebugger.h425 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);
/freebsd-14-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBTypeSyntheticExtensions.i1 STRING_EXTENSION_LEVEL_OUTSIDE(SBTypeSynthetic, lldb::eDescriptionLevelBrief)
2 %extend lldb::SBTypeSynthetic {
HDSBTypeSyntheticDocstrings.i3 ) lldb::SBTypeSynthetic;
/freebsd-14-stable/contrib/llvm-project/lldb/bindings/
HDheaders.swig81 #include "lldb/API/SBTypeSynthetic.h"
HDinterfaces.swig162 %include "lldb/API/SBTypeSynthetic.h"
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp3746 SWIGINTERN std::string lldb_SBTypeSynthetic___repr__(lldb::SBTypeSynthetic *self){ in lldb_SBTypeSynthetic___repr__()
23710 lldb::SBTypeSynthetic result; in _wrap_SBDebugger_GetSyntheticForType()
23728 lldb::SBTypeSynthetic * resultptr = new lldb::SBTypeSynthetic(result); in _wrap_SBDebugger_GetSyntheticForType()
70471 lldb::SBTypeSynthetic result; in _wrap_SBTypeCategory_GetSyntheticForType()
70489 lldb::SBTypeSynthetic * resultptr = new lldb::SBTypeSynthetic(result); in _wrap_SBTypeCategory_GetSyntheticForType()
70596 lldb::SBTypeSynthetic result; in _wrap_SBTypeCategory_GetSyntheticAtIndex()
70609 lldb::SBTypeSynthetic * resultptr = new lldb::SBTypeSynthetic(result); in _wrap_SBTypeCategory_GetSyntheticAtIndex()
70851 lldb::SBTypeSynthetic arg3 ; in _wrap_SBTypeCategory_AddTypeSynthetic()
70853 lldb::SBTypeSynthetic *argp3 ; in _wrap_SBTypeCategory_AddTypeSynthetic()
74238 lldb::SBTypeSynthetic *result = 0 ; in _wrap_new_SBTypeSynthetic__SWIG_0()
[all …]
HDMakefile90 SRCS+= API/SBTypeSynthetic.cpp
/freebsd-14-stable/contrib/llvm-project/lldb/bindings/python/
HDpython-extensions.swig237 %extend lldb::SBTypeSynthetic {