Lines Matching refs:PythonObject

31   auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
40 PythonObject frame_arg = ToSWIGWrapper(frame_sp);
41 PythonObject bp_loc_arg = ToSWIGWrapper(bp_loc_sp);
78 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
84 PythonObject result =
105 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
111 PythonObject result =
151 pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
162 PythonObject result;
169 PythonObject value_arg = ToSWIGWrapper(valobj_sp);
181 PythonObject lldb_private::LLDBSwigPythonCreateSyntheticProvider(
186 return PythonObject();
192 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
196 return PythonObject();
201 PythonObject val_arg = ToSWIGWrapper(std::move(sb_value));
203 return PythonObject();
205 PythonObject result = pfunc(val_arg, dict);
210 return PythonObject();
213 PythonObject lldb_private::LLDBSwigPythonCreateCommandObject(
218 return PythonObject();
223 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
227 return PythonObject();
232 PythonObject lldb_private::LLDBSwigPythonCreateScriptedObject(
239 return PythonObject();
245 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
251 return PythonObject();
262 return PythonObject();
265 PythonObject result = {};
275 PythonObject lldb_private::LLDBSwigPythonCreateScriptedThreadPlan(
281 return PythonObject();
287 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
293 return PythonObject();
296 PythonObject tp_arg = ToSWIGWrapper(thread_plan_sp);
306 return PythonObject();
309 PythonObject result = {};
315 return PythonObject();
323 return PythonObject();
338 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
344 PythonObject result;
370 PythonObject lldb_private::LLDBSwigPythonCreateScriptedBreakpointResolver(
377 return PythonObject();
383 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
387 return PythonObject();
389 PythonObject result =
400 return PythonObject();
407 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
413 PythonObject result = sym_ctx ? pfunc(ToSWIGWrapper(*sym_ctx)) : pfunc();
442 PythonObject lldb_private::LLDBSwigPythonCreateScriptedStopHook(
448 return PythonObject();
452 return PythonObject();
459 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
465 return PythonObject();
468 PythonObject result =
482 return PythonObject();
488 return PythonObject();
497 return PythonObject();
508 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
515 PythonObject sb_stream_arg =
517 PythonObject result =
545 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
558 PythonObject result = pfunc();
564 PythonObject self(PyRefType::Borrowed, implementor);
599 PythonObject self(PyRefType::Borrowed, implementor);
605 PythonObject result = pfunc(PythonInteger(idx));
625 PythonObject self(PyRefType::Borrowed, implementor);
631 llvm::Expected<PythonObject> result = pfunc.Call(PythonString(child_name));
765 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
776 PythonObject debugger_arg = ToSWIGWrapper(std::move(debugger));
795 PythonObject self(PyRefType::Borrowed, implementor);
809 PythonObject lldb_private::LLDBSWIGPythonCreateOSPlugin(
814 return PythonObject();
820 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
824 return PythonObject();
829 PythonObject lldb_private::LLDBSWIGPython_CreateFrameRecognizer(
833 return PythonObject();
839 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
843 return PythonObject();
852 PythonObject arg = ToSWIGWrapper(frame_sp);
866 PythonObject py_module(PyRefType::Borrowed, (PyObject *)module);
889 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
913 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
936 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
960 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
983 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
1007 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(