Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeSynthetic.cpp1 //===-- SBTypeSynthetic.cpp -----------------------------------------------===//
9 #include "lldb/API/SBTypeSynthetic.h"
19 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
41 SBTypeSynthetic::SBTypeSynthetic(const lldb::SBTypeSynthetic &rhs) SBTypeSynthetic() function in SBTypeSynthetic
180 SBTypeSynthetic::SBTypeSynthetic( SBTypeSynthetic() function in SBTypeSynthetic
[all...]
H A 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()
H A DSBDebugger.cpp1638 SBTypeSynthetic SBDebugger::GetSyntheticForType(SBTypeNameSpecifier type_name) { in GetSyntheticForType()
1642 return SBTypeSynthetic(); in GetSyntheticForType()
1643 return SBTypeSynthetic( in GetSyntheticForType()
H A DSBValue.cpp530 lldb::SBTypeSynthetic SBValue::GetTypeSynthetic() { in GetTypeSynthetic()
533 lldb::SBTypeSynthetic synthetic; in GetTypeSynthetic()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A 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 …]
H A DSBTypeCategory.h66 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);
74 SBTypeSynthetic GetSyntheticAtIndex(uint32_t);
88 bool AddTypeSynthetic(SBTypeNameSpecifier, SBTypeSynthetic);
H A DSBDefines.h132 class LLDB_API SBTypeSynthetic; variable
H A DSBValue.h124 lldb::SBTypeSynthetic GetTypeSynthetic();
H A DSBDebugger.h586 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier type_name_spec);
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeSyntheticExtensions.i1 STRING_EXTENSION_LEVEL_OUTSIDE(SBTypeSynthetic, lldb::eDescriptionLevelBrief)
2 %extend lldb::SBTypeSynthetic {
H A DSBTypeSyntheticDocstrings.i3 ) lldb::SBTypeSynthetic;
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dinterfaces.swig166 %include "lldb/API/SBTypeSynthetic.h"
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3680 SWIGINTERN std::string lldb_SBTypeSynthetic___repr__(lldb::SBTypeSynthetic *self){ in lldb_SBTypeSynthetic___repr__()
24073 lldb::SBTypeSynthetic result; in _wrap_SBDebugger_GetSyntheticForType()
24091 lldb::SBTypeSynthetic * resultptr = new lldb::SBTypeSynthetic(result); in _wrap_SBDebugger_GetSyntheticForType()
71779 lldb::SBTypeSynthetic result; in _wrap_SBTypeCategory_GetSyntheticForType()
71797 lldb::SBTypeSynthetic * resultptr = new lldb::SBTypeSynthetic(result); in _wrap_SBTypeCategory_GetSyntheticForType()
71904 lldb::SBTypeSynthetic result; in _wrap_SBTypeCategory_GetSyntheticAtIndex()
71917 lldb::SBTypeSynthetic * resultptr = new lldb::SBTypeSynthetic(result); in _wrap_SBTypeCategory_GetSyntheticAtIndex()
72159 lldb::SBTypeSynthetic arg3 ; in _wrap_SBTypeCategory_AddTypeSynthetic()
72161 lldb::SBTypeSynthetic *argp3 ; in _wrap_SBTypeCategory_AddTypeSynthetic()
75598 lldb::SBTypeSynthetic *result = 0 ; in _wrap_new_SBTypeSynthetic__SWIG_0()
[all …]
H A DMakefile106 SRCS+= API/SBTypeSynthetic.cpp
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig237 %extend lldb::SBTypeSynthetic {