Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1452 StructuredData::Generic *generic = os_plugin_object_sp->GetAsGeneric(); in GetRecognizedArguments()
1511 StructuredData::Generic *generic = os_plugin_object_sp->GetAsGeneric(); in OSPlugin_RegisterInfo()
1544 StructuredData::Generic *generic = os_plugin_object_sp->GetAsGeneric(); in OSPlugin_ThreadsInfo()
1579 StructuredData::Generic *generic = os_plugin_object_sp->GetAsGeneric(); in OSPlugin_RegisterContextData()
1613 StructuredData::Generic *generic = os_plugin_object_sp->GetAsGeneric(); in OSPlugin_CreateThread()
1673 generic = implementor_sp->GetAsGeneric(); in ScriptedThreadPlanExplainsStop()
1690 generic = implementor_sp->GetAsGeneric(); in ScriptedThreadPlanShouldStop()
1707 generic = implementor_sp->GetAsGeneric(); in ScriptedThreadPlanIsStale()
1724 generic = implementor_sp->GetAsGeneric(); in ScriptedThreadPlanGetRunState()
1880 StructuredData::Generic *generic = plugin_module_sp->GetAsGeneric(); in GetDynamicSettings()
[all …]
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DJSONGenerator.h108 Generic *GetAsGeneric() { in GetAsGeneric() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp355 ScriptedThread::Create(*this, object_sp->GetAsGeneric()); in DoUpdateThreadList()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h144 Generic *GetAsGeneric() { in GetAsGeneric() function