Searched refs:StructuredPythonObject (Results 1 – 4 of 4) sorted by relevance
74 class StructuredPythonObject : public StructuredData::Generic {76 StructuredPythonObject() : StructuredData::Generic() {} in StructuredPythonObject() function78 StructuredPythonObject(void *obj) : StructuredData::Generic(obj) { in StructuredPythonObject() function82 ~StructuredPythonObject() override { in ~StructuredPythonObject()93 StructuredPythonObject(const StructuredPythonObject &) = delete;94 const StructuredPythonObject &95 operator=(const StructuredPythonObject &) = delete;
1555 return StructuredData::GenericSP(new StructuredPythonObject(ret_val)); in CreateFrameRecognizer()1619 return StructuredData::GenericSP(new StructuredPythonObject(ret_val)); in OSPlugin_CreatePluginObject()1877 return StructuredData::ObjectSP(new StructuredPythonObject(ret_val)); in CreateScriptedThreadPlan()1979 return StructuredData::GenericSP(new StructuredPythonObject(ret_val)); in CreateScriptedBreakpointResolver()2054 return StructuredData::GenericSP(new StructuredPythonObject(ret_val)); in CreateScriptedStopHook()2152 return StructuredData::ObjectSP(new StructuredPythonObject(ret_val)); in CreateSyntheticScriptedProvider()2174 return StructuredData::GenericSP(new StructuredPythonObject(ret_val)); in CreateScriptCommandObject()2285 callee_wrapper_sp = std::make_shared<StructuredPythonObject>(new_callee); in GetScriptedSummary()2939 *module_sp = std::make_shared<StructuredPythonObject>(module_pyobj); in LoadScriptingModule()
52 StructuredData::GenericSP(new StructuredPythonObject(ret_val)); in CreatePluginObject()
121 void StructuredPythonObject::Serialize(llvm::json::OStream &s) const { in Serialize()282 return StructuredData::ObjectSP(new StructuredPythonObject(m_py_obj)); in CreateStructuredObject()