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::LLDBSwigPythonCreateScriptedBreakpointResolver(
239 return PythonObject();
245 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
249 return PythonObject();
251 PythonObject result =
262 return PythonObject();
269 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
275 PythonObject result = sym_ctx ? pfunc(SWIGBridge::ToSWIGWrapper(*sym_ctx)) : pfunc();
304 PythonObject lldb_private::python::SWIGBridge::LLDBSwigPythonCreateScriptedStopHook(
310 return PythonObject();
314 return PythonObject();
321 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
327 return PythonObject();
330 PythonObject result =
344 return PythonObject();
350 return PythonObject();
359 return PythonObject();
370 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
377 PythonObject sb_stream_arg = SWIGBridge::ToSWIGWrapper(sb_stream);
378 PythonObject result =
407 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
420 PythonObject result = pfunc();
426 PythonObject self(PyRefType::Borrowed, implementor);
461 PythonObject self(PyRefType::Borrowed, implementor);
467 PythonObject result = pfunc(PythonInteger(idx));
487 PythonObject self(PyRefType::Borrowed, implementor);
493 llvm::Expected<PythonObject> result = pfunc.Call(PythonString(child_name));
687 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
698 PythonObject debugger_arg = SWIGBridge::ToSWIGWrapper(std::move(debugger));
717 PythonObject self(PyRefType::Borrowed, implementor);
736 PythonObject self(PyRefType::Borrowed, implementor);
743 PythonObject result = pfunc(command_str);
762 PythonObject self(PyRefType::Borrowed, implementor);
776 PythonObject lldb_private::python::SWIGBridge::LLDBSWIGPythonCreateOSPlugin(
781 return PythonObject();
787 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
791 return PythonObject();
796 PythonObject lldb_private::python::SWIGBridge::LLDBSWIGPython_CreateFrameRecognizer(
800 return PythonObject();
806 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
810 return PythonObject();
819 PythonObject arg = SWIGBridge::ToSWIGWrapper(frame_sp);
833 PythonObject py_module(PyRefType::Borrowed, (PyObject *)module);
856 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
880 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
903 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
927 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
950 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
974 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
1049 PythonObject module_spec_arg = SWIGBridge::ToSWIGWrapper(
1051 PythonObject module_file_spec_arg = SWIGBridge::ToSWIGWrapper(
1053 PythonObject symbol_file_spec_arg = SWIGBridge::ToSWIGWrapper(
1062 PythonObject result = callable(module_spec_arg, module_file_spec_arg,