Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBTypeSynthetic.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 …]
HDSBTypeCategory.cpp224 SBTypeSynthetic
228 return SBTypeSynthetic(); in GetSyntheticForType()
231 return SBTypeSynthetic(); in GetSyntheticForType()
241 return lldb::SBTypeSynthetic(); in GetSyntheticForType()
245 return lldb::SBTypeSynthetic(synth_sp); in GetSyntheticForType()
285 SBTypeSynthetic
289 return SBTypeSynthetic(); in GetSyntheticAtIndex()
293 return lldb::SBTypeSynthetic(); in GetSyntheticAtIndex()
297 return lldb::SBTypeSynthetic(synth_sp); in GetSyntheticAtIndex()
448 SBTypeSynthetic synth) in AddTypeSynthetic()
HDSBDebugger.cpp1304 SBTypeSynthetic
1308 return SBTypeSynthetic(); in GetSyntheticForType()
1309 return SBTypeSynthetic(DataVisualization::GetSyntheticForType(type_name.GetSP())); in GetSyntheticForType()
HDSBValue.cpp658 lldb::SBTypeSynthetic
661 lldb::SBTypeSynthetic synthetic; in GetTypeSynthetic()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBTypeSynthetic.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 …]
HDSBTypeCategory.h83 SBTypeSynthetic
101 SBTypeSynthetic
131 SBTypeSynthetic);
HDSBDefines.h74 class SBTypeSynthetic; variable
HDSBValue.h142 lldb::SBTypeSynthetic
HDSBDebugger.h316 SBTypeSynthetic
/trueos/lib/clang/liblldbAPI/
HDMakefile53 SBTypeSynthetic.cpp \