Home
last modified time | relevance | path

Searched refs:ScriptInterpreterPythonInterfaces (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptInterpreterPythonInterfaces.cpp20 LLDB_PLUGIN_DEFINE(ScriptInterpreterPythonInterfaces) in LLDB_PLUGIN_DEFINE() argument
23 ScriptInterpreterPythonInterfaces::GetPluginDescriptionStatic() { in LLDB_PLUGIN_DEFINE()
27 void ScriptInterpreterPythonInterfaces::Initialize() { in Initialize()
35 void ScriptInterpreterPythonInterfaces::Terminate() { in Terminate()
H A DScriptInterpreterPythonInterfaces.h25 class ScriptInterpreterPythonInterfaces : public PluginInterface {