Searched defs:implementor (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/ |
| H A D | PythonTestSuite.cpp | 96 bool lldb_private::LLDBSWIGPythonCallThreadPlan(void *implementor, in LLDBSWIGPythonCallThreadPlan() 111 void *implementor, const char *method_name, in LLDBSwigPythonCallBreakpointResolver() 116 size_t lldb_private::LLDBSwigPython_CalculateNumChildren(PyObject *implementor, in LLDBSwigPython_CalculateNumChildren() 121 PyObject *lldb_private::LLDBSwigPython_GetChildAtIndex(PyObject *implementor, in LLDBSwigPython_GetChildAtIndex() 127 PyObject *implementor, const char *child_name) { in LLDBSwigPython_GetIndexOfChildWithName() 154 PyObject *implementor) { in LLDBSwigPython_UpdateSynthProviderInstance() 159 PyObject *implementor) { in LLDBSwigPython_MightHaveChildrenSynthProviderInstance() 164 PyObject *implementor) { in LLDBSwigPython_GetValueSynthProviderInstance() 177 PyObject *implementor, lldb::DebuggerSP debugger, const char *args, in LLDBSwigPythonCallCommandObject() 216 PyObject *implementor, const lldb::StackFrameSP &frame_sp) { in LLDBSwigPython_GetRecognizedArguments() [all …]
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 242 const StructuredData::ObjectSP &implementor, in GetRecognizedArguments() 426 CalculateNumChildren(const StructuredData::ObjectSP &implementor, in CalculateNumChildren() 432 GetChildAtIndex(const StructuredData::ObjectSP &implementor, uint32_t idx) { in GetChildAtIndex() 437 GetIndexOfChildWithName(const StructuredData::ObjectSP &implementor, in GetIndexOfChildWithName() 443 UpdateSynthProviderInstance(const StructuredData::ObjectSP &implementor) { in UpdateSynthProviderInstance() 448 const StructuredData::ObjectSP &implementor) { in MightHaveChildrenSynthProviderInstance() 453 GetSyntheticValue(const StructuredData::ObjectSP &implementor) { in GetSyntheticValue() 458 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) { in GetSyntheticTypeName()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 1454 PythonObject implementor(PyRefType::Borrowed, in GetRecognizedArguments() local 1515 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_RegisterInfo() local 1570 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_ThreadsInfo() local 1628 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_RegisterContextData() local 1687 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_CreateThread() local 2277 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in CalculateNumChildren() local 2300 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in GetChildAtIndex() local 2445 PythonObject implementor(PyRefType::Borrowed, in GetSyntheticTypeName() local 2986 PythonObject implementor(PyRefType::Borrowed, in GetShortHelpForCommandObject() local 3042 PythonObject implementor(PyRefType::Borrowed, in GetFlagsForCommandObject() local [all …]
|