Home
last modified time | relevance | path

Searched refs:GetAsGeneric (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1762 generic = implementor_sp->GetAsGeneric(); in ScriptedThreadPlanExplainsStop()
1779 generic = implementor_sp->GetAsGeneric(); in ScriptedThreadPlanShouldStop()
1796 generic = implementor_sp->GetAsGeneric(); in ScriptedThreadPlanIsStale()
1813 generic = implementor_sp->GetAsGeneric(); in ScriptedThreadPlanGetRunState()
2123 generic = callee_wrapper_sp->GetAsGeneric(); in GetScriptedSummary()
2274 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in CalculateNumChildren()
2297 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in GetChildAtIndex()
2329 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in GetIndexOfChildWithName()
2354 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in UpdateSynthProviderInstance()
2377 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in MightHaveChildrenSynthProviderInstance()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp355 ScriptedThread::Create(*this, object_sp->GetAsGeneric()); in DoUpdateThreadList()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DJSONGenerator.h108 Generic *GetAsGeneric() { in GetAsGeneric() function
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DStructuredData.h144 Generic *GetAsGeneric() { in GetAsGeneric() function