/external/lldb/source/API/ |
D | SBTypeSynthetic.cpp | 23 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 …]
|
D | SBTypeCategory.cpp | 217 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()
|
D | CMakeLists.txt | 47 SBTypeSynthetic.cpp
|
D | Android.mk | 56 SBTypeSynthetic.cpp \
|
D | SBDebugger.cpp | 1232 SBTypeSynthetic 1236 return SBTypeSynthetic(); in GetSyntheticForType() 1237 return SBTypeSynthetic(DataVisualization::GetSyntheticForType(type_name.GetSP())); in GetSyntheticForType()
|
D | SBValue.cpp | 639 lldb::SBTypeSynthetic 642 lldb::SBTypeSynthetic synthetic; in GetTypeSynthetic()
|
/external/lldb/include/lldb/API/ |
D | SBTypeSynthetic.h | 19 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 …]
|
D | SBTypeCategory.h | 83 SBTypeSynthetic 101 SBTypeSynthetic 131 SBTypeSynthetic);
|
D | SBDefines.h | 75 class SBTypeSynthetic; variable
|
D | SBDebugger.h | 304 SBTypeSynthetic
|
D | SBValue.h | 142 lldb::SBTypeSynthetic
|
/external/lldb/scripts/Python/interface/ |
D | SBTypeSynthetic.i | 14 ") 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);
|
D | SBTypeCategory.i | 75 lldb::SBTypeSynthetic 87 lldb::SBTypeSynthetic 113 lldb::SBTypeSynthetic);
|
D | SBDebugger.i | 367 lldb::SBTypeSynthetic
|
D | SBValue.i | 169 lldb::SBTypeSynthetic
|
/external/lldb/www/cpp_reference/html/ |
D | classlldb_1_1SBTypeSynthetic__coll__graph.map | 1 <map id="lldb::SBTypeSynthetic" name="lldb::SBTypeSynthetic">
|
D | SBTypeSynthetic_8h__incl.map | 1 <map id="SBTypeSynthetic.h" name="SBTypeSynthetic.h">
|
D | SBDefines_8h__dep__incl.map | 47 <area shape="rect" id="node166" href="$SBTypeSynthetic_8h.html" title="SBTypeSynthetic.h" alt="" co…
|
/external/lldb/test/python_api/formatters/ |
D | jas_synth.py | 23 lldb.SBTypeSynthetic.CreateWithClassName("jas_synth.jasSynthProvider"))
|
D | TestFormattersSBAPI.py | 258 …ory.AddTypeSynthetic(lldb.SBTypeNameSpecifier("EmptySuchType"), lldb.SBTypeSynthetic()), "adding a… 263 …rtFalse(category.AddTypeSynthetic(lldb.SBTypeNameSpecifier(""), lldb.SBTypeSynthetic.CreateWithCla…
|
/external/lldb/scripts/ |
D | lldb.swig | 98 #include "lldb/API/SBTypeSynthetic.h" 162 %include "./Python/interface/SBTypeSynthetic.i"
|
/external/lldb/www/python_reference/ |
D | api-objects.txt | 4097 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/ |
D | python-extensions.swig | 665 %extend lldb::SBTypeSynthetic { 666 PyObject *lldb::SBTypeSynthetic::__str__ (){
|
/external/lldb/lldb.xcodeproj/ |
D | project.pbxproj | 529 …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… 1579 …SBTypeSynthetic.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 */,
|