Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-wrapper.swig95 const lldb::ValueObjectSP &valobj_sp, void **pyfunct_wrapper,
105 if (pyfunct_wrapper && *pyfunct_wrapper &&
106 PyFunction_Check(*pyfunct_wrapper)) {
107 pfunc_impl = (PyObject *)(*pyfunct_wrapper);
130 if (pyfunct_wrapper) {
131 *pyfunct_wrapper = pfunc.get();
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h81 void **pyfunct_wrapper,
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonTestSuite.cpp72 const lldb::ValueObjectSP &valobj_sp, void **pyfunct_wrapper, in LLDBSwigPythonCallTypeScript() argument