Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A Dliblldb.exports4 PyInit__lldb*
H A Dliblldb-private.exports6 PyInit__lldb*
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonTestSuite.cpp54 extern "C" PyObject *PyInit__lldb(void) { return nullptr; } in PyInit__lldb() function
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp63 extern "C" PyObject *PyInit__lldb(void);
65 #define LLDBSwigPyInit PyInit__lldb