Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h141 bool LLDBSWIGPythonCallThreadPlan(void *implementor, const char *method_name,
150 LLDBSwigPythonCallBreakpointResolver(void *implementor, const char *method_name,
158 bool LLDBSwigPythonStopHookCallHandleStop(void *implementor,
162 size_t LLDBSwigPython_CalculateNumChildren(PyObject *implementor, uint32_t max);
164 PyObject *LLDBSwigPython_GetChildAtIndex(PyObject *implementor, uint32_t idx);
166 int LLDBSwigPython_GetIndexOfChildWithName(PyObject *implementor,
171 bool LLDBSwigPython_UpdateSynthProviderInstance(PyObject *implementor);
174 PyObject *implementor);
176 PyObject *LLDBSwigPython_GetValueSynthProviderInstance(PyObject *implementor);
185 PyObject *implementor, lldb::DebuggerSP debugger, const char *args,
[all …]
H A DScriptInterpreterPython.cpp1456 PythonObject implementor(PyRefType::Borrowed, in GetRecognizedArguments() local
1459 if (!implementor.IsAllocated()) in GetRecognizedArguments()
1464 LLDBSwigPython_GetRecognizedArguments(implementor.get(), frame_sp)); in GetRecognizedArguments()
1515 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_RegisterInfo() local
1518 if (!implementor.IsAllocated()) in OSPlugin_RegisterInfo()
1522 implementor.CallMethod("get_register_info"); in OSPlugin_RegisterInfo()
1548 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_ThreadsInfo() local
1551 if (!implementor.IsAllocated()) in OSPlugin_ThreadsInfo()
1555 implementor.CallMethod("get_thread_info"); in OSPlugin_ThreadsInfo()
1582 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_RegisterContextData() local
[all …]
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;
H A DScriptedPythonInterface.h57 PythonObject implementor(PyRefType::Borrowed, in Dispatch()
60 if (!implementor.IsAllocated()) in Dispatch()
71 [&implementor, &method_name, &expected_return_object](auto &&...args) { in Dispatch()
74 implementor.CallMethod(method_name.data(), args...); in Dispatch()
/openbsd-src/gnu/llvm/lldb/bindings/python/
H A Dpython-wrapper.swig333 void *implementor, const char *method_name, lldb_private::Event *event,
338 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
404 void *implementor, const char *method_name,
407 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
501 void *implementor, lldb::ExecutionContextRefSP exc_ctx_sp,
508 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
541 PyObject * implementor, char *callee_name,
545 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
562 size_t lldb_private::LLDBSwigPython_CalculateNumChildren(PyObject * implementor,
564 PythonObject self(PyRefType::Borrowed, implementor);
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h246 const StructuredData::ObjectSP &implementor, in GetRecognizedArguments() argument
438 CalculateNumChildren(const StructuredData::ObjectSP &implementor, in CalculateNumChildren() argument
444 GetChildAtIndex(const StructuredData::ObjectSP &implementor, uint32_t idx) { in GetChildAtIndex() argument
449 GetIndexOfChildWithName(const StructuredData::ObjectSP &implementor, in GetIndexOfChildWithName() argument
455 UpdateSynthProviderInstance(const StructuredData::ObjectSP &implementor) { in UpdateSynthProviderInstance() argument
460 const StructuredData::ObjectSP &implementor) { in MightHaveChildrenSynthProviderInstance() argument
465 GetSyntheticValue(const StructuredData::ObjectSP &implementor) { in GetSyntheticValue() argument
470 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) { in GetSyntheticTypeName() argument
/openbsd-src/gnu/llvm/llvm/docs/TableGen/
H A Dindex.rst217 "Instruction" in the LLVM code generator) or for the implementor to help factor
/openbsd-src/share/snmp/
H A DHOST-RESOURCES-MIB.txt1452 of the implementor."
1458 of the implementor."
/openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl04.rst108 all languages and for all situations. LLVM allows a compiler implementor
/openbsd-src/gnu/llvm/llvm/docs/
H A DGarbageCollection.rst853 implementor is responsibly for providing a custom pass to lower the
/openbsd-src/gnu/lib/libstdc++/libstdc++/libio/
H A DChangeLog2181 from the implementor's to the user's name anme space.
2185 implementor's name space to user's, and update usages.
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlsyn.pod361 defined entirely by the extension. If you are an implementor, see
H A Dperlpodspec.pod958 If, surprisingly, the implementor of a Pod formatter can't find a
H A Dperlfunc.pod96 is defined entirely by the extension. If you are an implementor, see
/openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/corpus/
H A Dperlpodspec-copy.pod927 If, surprisingly, the implementor of a Pod formatter can't find a
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dcpp.texi3942 better for the header file's implementor to write the file so that users
H A Dextend.texi4771 prefixed. We intend for a library implementor to be able to simply
/openbsd-src/gnu/gcc/gcc/doc/
H A Dcpp.texi4075 better for the header file's implementor to write the file so that users
H A Dcpp.info3708 better for the header file's implementor to write the file so that users
H A Dextend.texi5754 prefixed. We intend for a library implementor to be able to simply
H A Dgcc.info20402 `__builtin_' prefixed. We intend for a library implementor to be able
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Perldoc/corpus/
H A Dperlfunc.pod