Lines Matching refs:PythonObject
626 PythonObject &save_file, in SetStdHandle()
744 PythonObject &main_module = GetMainModule(); in GetSessionDictionary()
779 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>( in GetMaxPositionalArgumentsForCallable()
812 PythonObject module(PyRefType::Borrowed, in GetEmbeddedInterpreterModuleObjects()
883 PythonObject pargs( in ExecuteOneLine()
887 PythonObject return_value( in ExecuteOneLine()
1015 Expected<PythonObject> maybe_py_return = in ExecuteOneLineWithReturn()
1034 PythonObject py_return = std::move(maybe_py_return.get()); in ExecuteOneLineWithReturn()
1139 Expected<PythonObject> return_value = in ExecuteMultipleLines()
1480 PythonObject ret_val = SWIGBridge::LLDBSWIGPython_CreateFrameRecognizer( in CreateFrameRecognizer()
1499 PythonObject implementor(PyRefType::Borrowed, in GetRecognizedArguments()
1505 PythonObject py_return(PyRefType::Owned, in GetRecognizedArguments()
1555 PythonObject py_obj(PyRefType::Borrowed, static_cast<PyObject *>(ptr)); in CreateStructuredDataFromScriptObject()
1583 PythonObject ret_val = in CreateScriptedBreakpointResolver()
1656 PythonObject ret_val = SWIGBridge::LLDBSwigPythonCreateScriptedStopHook( in CreateScriptedStopHook()
1720 unwrapIgnoringErrors(As<PythonDictionary>(Take<PythonObject>(setting))); in GetDynamicSettings()
1752 PythonObject ret_val = SWIGBridge::LLDBSwigPythonCreateSyntheticProvider( in CreateSyntheticScriptedProvider()
1771 PythonObject ret_val = SWIGBridge::LLDBSwigPythonCreateCommandObject( in CreateScriptCommandObject()
1892 PythonObject(PyRefType::Borrowed, static_cast<PyObject *>(new_callee))); in GetScriptedSummary()
2191 PythonObject implementor(PyRefType::Borrowed, in GetSyntheticTypeName()
2196 llvm::Expected<PythonObject> expected_py_return = in GetSyntheticTypeName()
2204 PythonObject py_return = std::move(expected_py_return.get()); in GetSyntheticTypeName()
2522 *module_sp = std::make_shared<StructuredPythonObject>(PythonObject( in LoadScriptingModule()
2782 PythonObject implementor(PyRefType::Borrowed, in GetShortHelpForCommandObject()
2788 llvm::Expected<PythonObject> expected_py_return = in GetShortHelpForCommandObject()
2796 PythonObject py_return = std::move(expected_py_return.get()); in GetShortHelpForCommandObject()
2819 PythonObject implementor(PyRefType::Borrowed, in GetFlagsForCommandObject()
2825 PythonObject pmeth(PyRefType::Owned, in GetFlagsForCommandObject()
2869 PythonObject implementor(PyRefType::Borrowed, in GetOptionsForCommandObject()
2875 PythonObject pmeth(PyRefType::Owned, in GetOptionsForCommandObject()
2917 PythonObject implementor(PyRefType::Borrowed, in GetArgumentsForCommandObject()
2923 PythonObject pmeth(PyRefType::Owned, in GetArgumentsForCommandObject()
2964 PythonObject implementor(PyRefType::Borrowed, in OptionParsingStartedForCommandObject()
2970 PythonObject pmeth(PyRefType::Owned, in OptionParsingStartedForCommandObject()
3014 PythonObject implementor(PyRefType::Borrowed, in SetOptionValueForCommandObject()
3020 PythonObject pmeth(PyRefType::Owned, in SetOptionValueForCommandObject()
3041 PythonObject ctx_ref_obj = SWIGBridge::ToSWIGWrapper(exe_ctx_ref_sp); in SetOptionValueForCommandObject()
3065 PythonObject implementor(PyRefType::Borrowed, in GetLongHelpForCommandObject()
3071 llvm::Expected<PythonObject> expected_py_return = in GetLongHelpForCommandObject()
3079 PythonObject py_return = std::move(expected_py_return.get()); in GetLongHelpForCommandObject()