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();
311 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
324 PythonObject result = pfunc();
330 PythonObject self(PyRefType::Borrowed, implementor);
365 PythonObject self(PyRefType::Borrowed, implementor);
371 PythonObject result = pfunc(PythonInteger(idx));
391 PythonObject self(PyRefType::Borrowed, implementor);
397 llvm::Expected<PythonObject> result = pfunc.Call(PythonString(child_name));
604 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
615 PythonObject debugger_arg = SWIGBridge::ToSWIGWrapper(std::move(debugger));
634 PythonObject self(PyRefType::Borrowed, implementor);
653 PythonObject self(PyRefType::Borrowed, implementor);
660 PythonObject result = pfunc(command_str);
676 PythonObject self(PyRefType::Borrowed, implementor);
686 PythonObject result = pfunc(args_list, PythonInteger(args_pos), PythonInteger(pos_in_arg));
708 PythonObject self(PyRefType::Borrowed, implementor);
714 PythonObject result = pfunc(PythonString(long_option), PythonInteger(pos_in_arg));
752 PythonObject self(PyRefType::Borrowed, implementor);
766 PythonObject lldb_private::python::SWIGBridge::LLDBSWIGPythonCreateOSPlugin(
771 return PythonObject();
777 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
781 return PythonObject();
786 PythonObject lldb_private::python::SWIGBridge::LLDBSWIGPython_CreateFrameRecognizer(
790 return PythonObject();
796 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
800 return PythonObject();
809 PythonObject arg = SWIGBridge::ToSWIGWrapper(frame_sp);
821 PythonObject arg = SWIGBridge::ToSWIGWrapper(frame_sp);
839 PythonObject py_module(PyRefType::Borrowed, (PyObject *)module);
862 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
886 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
909 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
933 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
956 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
980 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
1055 PythonObject module_spec_arg = SWIGBridge::ToSWIGWrapper(
1057 PythonObject module_file_spec_arg = SWIGBridge::ToSWIGWrapper(
1059 PythonObject symbol_file_spec_arg = SWIGBridge::ToSWIGWrapper(
1068 PythonObject result = callable(module_spec_arg, module_file_spec_arg,