Home
last modified time | relevance | path

Searched refs:implementor (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h100 bool LLDBSWIGPythonCallThreadPlan(void *implementor, const char *method_name,
109 LLDBSwigPythonCallBreakpointResolver(void *implementor, const char *method_name,
117 bool LLDBSwigPythonStopHookCallHandleStop(void *implementor,
121 size_t LLDBSwigPython_CalculateNumChildren(PyObject *implementor, uint32_t max);
123 PyObject *LLDBSwigPython_GetChildAtIndex(PyObject *implementor, uint32_t idx);
125 int LLDBSwigPython_GetIndexOfChildWithName(PyObject *implementor,
130 bool LLDBSwigPython_UpdateSynthProviderInstance(PyObject *implementor);
133 PyObject *implementor);
135 PyObject *LLDBSwigPython_GetValueSynthProviderInstance(PyObject *implementor);
144 PyObject *implementor, lldb::DebuggerSP debugger, const char *args,
[all …]
H A DScriptInterpreterPython.cpp1457 if (!implementor.IsAllocated()) in GetRecognizedArguments()
1518 if (!implementor.IsAllocated()) in OSPlugin_RegisterInfo()
1573 if (!implementor.IsAllocated()) in OSPlugin_ThreadsInfo()
1631 if (!implementor.IsAllocated()) in OSPlugin_RegisterContextData()
1690 if (!implementor.IsAllocated()) in OSPlugin_CreateThread()
2278 if (!implementor) in CalculateNumChildren()
2301 if (!implementor) in GetChildAtIndex()
2333 if (!implementor) in GetIndexOfChildWithName()
2358 if (!implementor) in UpdateSynthProviderInstance()
2381 if (!implementor) in MightHaveChildrenSynthProviderInstance()
[all …]
H A DScriptedPythonInterface.h52 PythonObject implementor(PyRefType::Borrowed, in Dispatch()
55 if (!implementor.IsAllocated()) in Dispatch()
61 PyObject_GetAttrString(implementor.get(), method_name.str().c_str())); in Dispatch()
93 PyObject_CallMethod(implementor.get(), in Dispatch()
H A DScriptInterpreterPythonImpl.h124 GetRecognizedArguments(const StructuredData::ObjectSP &implementor,
154 size_t CalculateNumChildren(const StructuredData::ObjectSP &implementor,
158 GetChildAtIndex(const StructuredData::ObjectSP &implementor,
161 int GetIndexOfChildWithName(const StructuredData::ObjectSP &implementor,
165 const StructuredData::ObjectSP &implementor) override;
168 const StructuredData::ObjectSP &implementor) override;
171 GetSyntheticValue(const StructuredData::ObjectSP &implementor) override;
174 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) override;
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonTestSuite.cpp96 bool lldb_private::LLDBSWIGPythonCallThreadPlan(void *implementor, in LLDBSWIGPythonCallThreadPlan() argument
111 void *implementor, const char *method_name, in LLDBSwigPythonCallBreakpointResolver() argument
116 size_t lldb_private::LLDBSwigPython_CalculateNumChildren(PyObject *implementor, in LLDBSwigPython_CalculateNumChildren() argument
121 PyObject *lldb_private::LLDBSwigPython_GetChildAtIndex(PyObject *implementor, in LLDBSwigPython_GetChildAtIndex() argument
127 PyObject *implementor, const char *child_name) { in LLDBSwigPython_GetIndexOfChildWithName() argument
154 PyObject *implementor) { in LLDBSwigPython_UpdateSynthProviderInstance() argument
159 PyObject *implementor) { in LLDBSwigPython_MightHaveChildrenSynthProviderInstance() argument
164 PyObject *implementor) { in LLDBSwigPython_GetValueSynthProviderInstance() argument
177 PyObject *implementor, lldb::DebuggerSP debugger, const char *args, in LLDBSwigPythonCallCommandObject() argument
216 PyObject *implementor, const lldb::StackFrameSP &frame_sp) { in LLDBSwigPython_GetRecognizedArguments() argument
[all …]
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-wrapper.swig420 void *implementor, const char *method_name,
517 void *implementor, lldb::ExecutionContextRefSP exc_ctx_sp,
557 PyObject * implementor, char *callee_name,
580 PythonObject self(PyRefType::Borrowed, implementor);
615 PythonObject self(PyRefType::Borrowed, implementor);
638 PyObject * implementor, const char *child_name) {
641 PythonObject self(PyRefType::Borrowed, implementor);
681 PyObject * implementor) {
698 PyObject * implementor) {
811 PythonObject self(PyRefType::Borrowed, implementor);
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h242 const StructuredData::ObjectSP &implementor, in GetRecognizedArguments() argument
426 CalculateNumChildren(const StructuredData::ObjectSP &implementor, in CalculateNumChildren() argument
432 GetChildAtIndex(const StructuredData::ObjectSP &implementor, uint32_t idx) { in GetChildAtIndex() argument
437 GetIndexOfChildWithName(const StructuredData::ObjectSP &implementor, in GetIndexOfChildWithName() argument
443 UpdateSynthProviderInstance(const StructuredData::ObjectSP &implementor) { in UpdateSynthProviderInstance() argument
448 const StructuredData::ObjectSP &implementor) { in MightHaveChildrenSynthProviderInstance() argument
453 GetSyntheticValue(const StructuredData::ObjectSP &implementor) { in GetSyntheticValue() argument
458 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) { in GetSyntheticTypeName() argument
/llvm-project-15.0.7/llvm/docs/TableGen/
H A Dindex.rst217 "Instruction" in the LLVM code generator) or for the implementor to help factor
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl04.rst108 all languages and for all situations. LLVM allows a compiler implementor
/llvm-project-15.0.7/llvm/docs/
H A DGarbageCollection.rst853 implementor is responsibly for providing a custom pass to lower the
/llvm-project-15.0.7/mlir/docs/
H A DAttributesAndTypes.md382 builder definition only the declaration is generated, the implementor of