Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPythonInterface.h59 PythonObject pmeth( in Dispatch()
66 if (!pmeth.IsAllocated()) in Dispatch()
70 if (PyCallable_Check(pmeth.get()) == 0) { in Dispatch()
H A DScriptInterpreterPython.cpp1521 PythonObject pmeth(PyRefType::Owned, in OSPlugin_RegisterInfo() local
1527 if (!pmeth.IsAllocated()) in OSPlugin_RegisterInfo()
1576 PythonObject pmeth(PyRefType::Owned, in OSPlugin_ThreadsInfo() local
1582 if (!pmeth.IsAllocated()) in OSPlugin_ThreadsInfo()
1634 PythonObject pmeth(PyRefType::Owned, in OSPlugin_RegisterContextData() local
1640 if (!pmeth.IsAllocated()) in OSPlugin_RegisterContextData()
1699 if (!pmeth.IsAllocated()) in OSPlugin_CreateThread()
2456 if (!pmeth.IsAllocated()) in GetSyntheticTypeName()
2998 if (!pmeth.IsAllocated()) in GetShortHelpForCommandObject()
3054 if (!pmeth.IsAllocated()) in GetFlagsForCommandObject()
[all …]