Home
last modified time | relevance | path

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

/external/lldb/source/API/
DSBTypeSynthetic.cpp23 SBTypeSynthetic::SBTypeSynthetic() : in SBTypeSynthetic() function in SBTypeSynthetic
28 SBTypeSynthetic
29 SBTypeSynthetic::CreateWithClassName (const char* data, uint32_t options) in CreateWithClassName()
32 return SBTypeSynthetic(); in CreateWithClassName()
33 …return SBTypeSynthetic(ScriptedSyntheticChildrenSP(new ScriptedSyntheticChildren(options, data, ""… in CreateWithClassName()
36 SBTypeSynthetic
37 SBTypeSynthetic::CreateWithScriptCode (const char* data, uint32_t options) in CreateWithScriptCode()
40 return SBTypeSynthetic(); in CreateWithScriptCode()
41 …return SBTypeSynthetic(ScriptedSyntheticChildrenSP(new ScriptedSyntheticChildren(options, "", data… in CreateWithScriptCode()
44 SBTypeSynthetic::SBTypeSynthetic (const lldb::SBTypeSynthetic &rhs) : in SBTypeSynthetic() function in SBTypeSynthetic
[all …]
DSBTypeCategory.cpp217 SBTypeSynthetic
221 return SBTypeSynthetic(); in GetSyntheticForType()
224 return SBTypeSynthetic(); in GetSyntheticForType()
234 return lldb::SBTypeSynthetic(); in GetSyntheticForType()
238 return lldb::SBTypeSynthetic(synth_sp); in GetSyntheticForType()
278 SBTypeSynthetic
282 return SBTypeSynthetic(); in GetSyntheticAtIndex()
286 return lldb::SBTypeSynthetic(); in GetSyntheticAtIndex()
290 return lldb::SBTypeSynthetic(synth_sp); in GetSyntheticAtIndex()
441 SBTypeSynthetic synth) in AddTypeSynthetic()
DCMakeLists.txt47 SBTypeSynthetic.cpp
DAndroid.mk56 SBTypeSynthetic.cpp \
DSBDebugger.cpp1232 SBTypeSynthetic
1236 return SBTypeSynthetic(); in GetSyntheticForType()
1237 return SBTypeSynthetic(DataVisualization::GetSyntheticForType(type_name.GetSP())); in GetSyntheticForType()
DSBValue.cpp639 lldb::SBTypeSynthetic
642 lldb::SBTypeSynthetic synthetic; in GetTypeSynthetic()
/external/lldb/include/lldb/API/
DSBTypeSynthetic.h19 class SBTypeSynthetic
23 SBTypeSynthetic();
25 static SBTypeSynthetic
29 static SBTypeSynthetic
33 SBTypeSynthetic (const lldb::SBTypeSynthetic &rhs);
35 ~SBTypeSynthetic ();
65 lldb::SBTypeSynthetic &
66 operator = (const lldb::SBTypeSynthetic &rhs);
69 IsEqualTo (lldb::SBTypeSynthetic &rhs);
72 operator == (lldb::SBTypeSynthetic &rhs);
[all …]
DSBTypeCategory.h83 SBTypeSynthetic
101 SBTypeSynthetic
131 SBTypeSynthetic);
DSBDefines.h75 class SBTypeSynthetic; variable
DSBDebugger.h304 SBTypeSynthetic
DSBValue.h142 lldb::SBTypeSynthetic
/external/lldb/scripts/Python/interface/
DSBTypeSynthetic.i14 ") SBTypeSynthetic;
16 class SBTypeSynthetic
20 SBTypeSynthetic();
22 static lldb::SBTypeSynthetic
25 static lldb::SBTypeSynthetic
28 SBTypeSynthetic (const lldb::SBTypeSynthetic &rhs);
30 ~SBTypeSynthetic ();
36 IsEqualTo (lldb::SBTypeSynthetic &rhs);
61 operator == (lldb::SBTypeSynthetic &rhs);
64 operator != (lldb::SBTypeSynthetic &rhs);
DSBTypeCategory.i75 lldb::SBTypeSynthetic
87 lldb::SBTypeSynthetic
113 lldb::SBTypeSynthetic);
DSBDebugger.i367 lldb::SBTypeSynthetic
DSBValue.i169 lldb::SBTypeSynthetic
/external/lldb/www/cpp_reference/html/
Dclasslldb_1_1SBTypeSynthetic__coll__graph.map1 <map id="lldb::SBTypeSynthetic" name="lldb::SBTypeSynthetic">
DSBTypeSynthetic_8h__incl.map1 <map id="SBTypeSynthetic.h" name="SBTypeSynthetic.h">
DSBDefines_8h__dep__incl.map47 <area shape="rect" id="node166" href="$SBTypeSynthetic_8h.html" title="SBTypeSynthetic.h" alt="" co…
/external/lldb/test/python_api/formatters/
Djas_synth.py23 lldb.SBTypeSynthetic.CreateWithClassName("jas_synth.jasSynthProvider"))
DTestFormattersSBAPI.py258 …ory.AddTypeSynthetic(lldb.SBTypeNameSpecifier("EmptySuchType"), lldb.SBTypeSynthetic()), "adding a…
263 …rtFalse(category.AddTypeSynthetic(lldb.SBTypeNameSpecifier(""), lldb.SBTypeSynthetic.CreateWithCla…
/external/lldb/scripts/
Dlldb.swig98 #include "lldb/API/SBTypeSynthetic.h"
162 %include "./Python/interface/SBTypeSynthetic.i"
/external/lldb/www/python_reference/
Dapi-objects.txt4097 lldb.SBTypeSynthetic lldb.SBTypeSynthetic-class.html
4098 lldb.SBTypeSynthetic.__swig_getmethods__ lldb.SBTypeSynthetic-class.html#__swig_getmethods__
4099 lldb.SBTypeSynthetic.GetDescription lldb.SBTypeSynthetic-class.html#GetDescription
4100 lldb.SBTypeSynthetic.__str__ lldb.SBTypeSynthetic-class.html#__str__
4101 lldb.SBTypeSynthetic.__swig_setmethods__ lldb.SBTypeSynthetic-class.html#__swig_setmethods__
4102 lldb.SBTypeSynthetic.CreateWithScriptCode lldb.SBTypeSynthetic-class.html#CreateWithScriptCode
4103 lldb.SBTypeSynthetic.__init__ lldb.SBTypeSynthetic-class.html#__init__
4104 lldb.SBTypeSynthetic.__setattr__ lldb.SBTypeSynthetic-class.html#__setattr__
4105 lldb.SBTypeSynthetic.CreateWithClassName lldb.SBTypeSynthetic-class.html#CreateWithClassName
4106 lldb.SBTypeSynthetic.IsClassCode lldb.SBTypeSynthetic-class.html#IsClassCode
[all …]
/external/lldb/scripts/Python/
Dpython-extensions.swig665 %extend lldb::SBTypeSynthetic {
666 PyObject *lldb::SBTypeSynthetic::__str__ (){
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj529 …8214E48C4000BB969C /* SBTypeSynthetic.h in Headers */ = {isa = PBXBuildFile; fileRef = 9461568914E…
540 …D14E358A6003A195C /* SBTypeSynthetic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9461568D14…
1575 …* SBTypeSynthetic.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SBTyp…
1579SBTypeSynthetic.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode…
1583 …195C /* SBTypeSynthetic.i */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sour…
2135 9461569514E3567F003A195C /* SBTypeSynthetic.i */,
2251 9461568914E355F2003A195C /* SBTypeSynthetic.h */,
2252 9461568D14E35621003A195C /* SBTypeSynthetic.cpp */,
3510 941BCC8214E48C4000BB969C /* SBTypeSynthetic.h in Headers */,
3872 9461569D14E358A6003A195C /* SBTypeSynthetic.cpp in Sources */,