Lines Matching refs:PythonObject
621 PythonObject &save_file, in SetStdHandle()
739 PythonObject &main_module = GetMainModule(); in GetSessionDictionary()
774 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>( in GetMaxPositionalArgumentsForCallable()
807 PythonObject module(PyRefType::Borrowed, in GetEmbeddedInterpreterModuleObjects()
878 PythonObject pargs( in ExecuteOneLine()
882 PythonObject return_value( in ExecuteOneLine()
1010 Expected<PythonObject> maybe_py_return = in ExecuteOneLineWithReturn()
1029 PythonObject py_return = std::move(maybe_py_return.get()); in ExecuteOneLineWithReturn()
1134 Expected<PythonObject> return_value = in ExecuteMultipleLines()
1475 PythonObject ret_val = SWIGBridge::LLDBSWIGPython_CreateFrameRecognizer( in CreateFrameRecognizer()
1494 PythonObject implementor(PyRefType::Borrowed, in GetRecognizedArguments()
1500 PythonObject py_return(PyRefType::Owned, in GetRecognizedArguments()
1545 PythonObject py_obj(PyRefType::Borrowed, static_cast<PyObject *>(ptr)); in CreateStructuredDataFromScriptObject()
1570 PythonObject ret_val = SWIGBridge::LLDBSwigPythonCreateScriptedThreadPlan( in CreateScriptedThreadPlan()
1689 PythonObject ret_val = in CreateScriptedBreakpointResolver()
1762 PythonObject ret_val = SWIGBridge::LLDBSwigPythonCreateScriptedStopHook( in CreateScriptedStopHook()
1826 unwrapIgnoringErrors(As<PythonDictionary>(Take<PythonObject>(setting))); in GetDynamicSettings()
1858 PythonObject ret_val = SWIGBridge::LLDBSwigPythonCreateSyntheticProvider( in CreateSyntheticScriptedProvider()
1877 PythonObject ret_val = SWIGBridge::LLDBSwigPythonCreateCommandObject( in CreateScriptCommandObject()
1998 PythonObject(PyRefType::Borrowed, static_cast<PyObject *>(new_callee))); in GetScriptedSummary()
2297 PythonObject implementor(PyRefType::Borrowed, in GetSyntheticTypeName()
2302 llvm::Expected<PythonObject> expected_py_return = in GetSyntheticTypeName()
2310 PythonObject py_return = std::move(expected_py_return.get()); in GetSyntheticTypeName()
2631 *module_sp = std::make_shared<StructuredPythonObject>(PythonObject( in LoadScriptingModule()
2812 PythonObject implementor(PyRefType::Borrowed, in GetShortHelpForCommandObject()
2818 llvm::Expected<PythonObject> expected_py_return = in GetShortHelpForCommandObject()
2826 PythonObject py_return = std::move(expected_py_return.get()); in GetShortHelpForCommandObject()
2849 PythonObject implementor(PyRefType::Borrowed, in GetFlagsForCommandObject()
2855 PythonObject pmeth(PyRefType::Owned, in GetFlagsForCommandObject()
2896 PythonObject implementor(PyRefType::Borrowed, in GetLongHelpForCommandObject()
2902 llvm::Expected<PythonObject> expected_py_return = in GetLongHelpForCommandObject()
2910 PythonObject py_return = std::move(expected_py_return.get()); in GetLongHelpForCommandObject()