Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp127 m_interpreter->OSPlugin_RegisterInfo(m_python_object_sp); in GetDynamicRegisterInfo()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h258 OSPlugin_RegisterInfo(StructuredData::ObjectSP os_plugin_object_sp) { in OSPlugin_RegisterInfo() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h132 OSPlugin_RegisterInfo(StructuredData::ObjectSP os_plugin_object_sp) override;
H A DScriptInterpreterPython.cpp1504 StructuredData::DictionarySP ScriptInterpreterPythonImpl::OSPlugin_RegisterInfo( in OSPlugin_RegisterInfo() function in ScriptInterpreterPythonImpl