Home
last modified time | relevance | path

Searched refs:os_plugin_object_sp (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h224 OSPlugin_RegisterInfo(StructuredData::ObjectSP os_plugin_object_sp) { in OSPlugin_RegisterInfo() argument
229 OSPlugin_ThreadsInfo(StructuredData::ObjectSP os_plugin_object_sp) { in OSPlugin_ThreadsInfo() argument
234 OSPlugin_RegisterContextData(StructuredData::ObjectSP os_plugin_object_sp, in OSPlugin_RegisterContextData() argument
240 OSPlugin_CreateThread(StructuredData::ObjectSP os_plugin_object_sp, in OSPlugin_CreateThread() argument
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h128 OSPlugin_RegisterInfo(StructuredData::ObjectSP os_plugin_object_sp) override;
131 OSPlugin_ThreadsInfo(StructuredData::ObjectSP os_plugin_object_sp) override;
134 OSPlugin_RegisterContextData(StructuredData::ObjectSP os_plugin_object_sp,
138 OSPlugin_CreateThread(StructuredData::ObjectSP os_plugin_object_sp,
DScriptInterpreterPython.cpp1508 const StructuredData::ObjectSP &os_plugin_object_sp, in GetRecognizedArguments() argument
1512 if (!os_plugin_object_sp) in GetRecognizedArguments()
1515 StructuredData::Generic *generic = os_plugin_object_sp->GetAsGeneric(); in GetRecognizedArguments()
1572 StructuredData::ObjectSP os_plugin_object_sp) { in OSPlugin_RegisterInfo() argument
1577 if (!os_plugin_object_sp) in OSPlugin_RegisterInfo()
1580 StructuredData::Generic *generic = os_plugin_object_sp->GetAsGeneric(); in OSPlugin_RegisterInfo()
1627 StructuredData::ObjectSP os_plugin_object_sp) { in OSPlugin_ThreadsInfo() argument
1632 if (!os_plugin_object_sp) in OSPlugin_ThreadsInfo()
1635 StructuredData::Generic *generic = os_plugin_object_sp->GetAsGeneric(); in OSPlugin_ThreadsInfo()
1713 StructuredData::ObjectSP os_plugin_object_sp, lldb::tid_t tid) { in OSPlugin_RegisterContextData() argument
[all …]