Lines Matching refs:PythonObject

31   auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
40 PythonObject frame_arg = SWIGBridge::ToSWIGWrapper(frame_sp);
41 PythonObject bp_loc_arg = SWIGBridge::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 = SWIGBridge::ToSWIGWrapper(valobj_sp);
181 PythonObject lldb_private::python::SWIGBridge::LLDBSwigPythonCreateSyntheticProvider(
186 return PythonObject();
192 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
196 return PythonObject();
201 PythonObject val_arg = SWIGBridge::ToSWIGWrapper(std::move(sb_value));
203 return PythonObject();
205 PythonObject result = pfunc(val_arg, dict);
210 return PythonObject();
213 PythonObject lldb_private::python::SWIGBridge::LLDBSwigPythonCreateCommandObject(
218 return PythonObject();
223 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
227 return PythonObject();
232 PythonObject lldb_private::python::SWIGBridge::LLDBSwigPythonCreateScriptedThreadPlan(
238 return PythonObject();
244 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
250 return PythonObject();
253 PythonObject tp_arg = SWIGBridge::ToSWIGWrapper(thread_plan_sp);
263 return PythonObject();
266 PythonObject result = {};
272 return PythonObject();
280 return PythonObject();
295 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
301 PythonObject result;
333 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
340 PythonObject sb_stream_arg =
343 PythonObject result;
359 PythonObject lldb_private::python::SWIGBridge::LLDBSwigPythonCreateScriptedBreakpointResolver(
366 return PythonObject();
372 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
376 return PythonObject();
378 PythonObject result =
389 return PythonObject();
396 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
402 PythonObject result = sym_ctx ? pfunc(SWIGBridge::ToSWIGWrapper(*sym_ctx)) : pfunc();
431 PythonObject lldb_private::python::SWIGBridge::LLDBSwigPythonCreateScriptedStopHook(
437 return PythonObject();
441 return PythonObject();
448 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
454 return PythonObject();
457 PythonObject result =
471 return PythonObject();
477 return PythonObject();
486 return PythonObject();
497 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
504 PythonObject sb_stream_arg =
506 PythonObject result =
534 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
547 PythonObject result = pfunc();
553 PythonObject self(PyRefType::Borrowed, implementor);
588 PythonObject self(PyRefType::Borrowed, implementor);
594 PythonObject result = pfunc(PythonInteger(idx));
614 PythonObject self(PyRefType::Borrowed, implementor);
620 llvm::Expected<PythonObject> result = pfunc.Call(PythonString(child_name));
790 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
801 PythonObject debugger_arg = SWIGBridge::ToSWIGWrapper(std::move(debugger));
820 PythonObject self(PyRefType::Borrowed, implementor);
834 PythonObject lldb_private::python::SWIGBridge::LLDBSWIGPythonCreateOSPlugin(
839 return PythonObject();
845 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
849 return PythonObject();
854 PythonObject lldb_private::python::SWIGBridge::LLDBSWIGPython_CreateFrameRecognizer(
858 return PythonObject();
864 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
868 return PythonObject();
877 PythonObject arg = SWIGBridge::ToSWIGWrapper(frame_sp);
891 PythonObject py_module(PyRefType::Borrowed, (PyObject *)module);
914 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
938 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
961 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
985 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
1008 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
1032 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
1085 PythonObject module_spec_arg = SWIGBridge::ToSWIGWrapper(
1087 PythonObject module_file_spec_arg = SWIGBridge::ToSWIGWrapper(
1089 PythonObject symbol_file_spec_arg = SWIGBridge::ToSWIGWrapper(
1098 PythonObject result = callable(module_spec_arg, module_file_spec_arg,