Searched refs:ProcessLaunchInfoSP (Results 1 – 13 of 13) sorted by relevance
105 static PythonObject ToSWIGWrapper(lldb::ProcessLaunchInfoSP launch_info_sp);
127 lldb::ProcessLaunchInfoSP ScriptedPythonInterface::ExtractValueFromPythonObject< in ExtractValueFromPythonObject()128 lldb::ProcessLaunchInfoSP>(python::PythonObject &p, Status &error) { in ExtractValueFromPythonObject()
336 python::PythonObject Transform(lldb::ProcessLaunchInfoSP arg) { in Transform()464 lldb::ProcessLaunchInfoSP ScriptedPythonInterface::ExtractValueFromPythonObject<465 lldb::ProcessLaunchInfoSP>(python::PythonObject &p, Status &error);
87 ProcessLaunchInfoSP launch_info) { in LaunchProcess()
92 PythonObject SWIGBridge::ToSWIGWrapper(lldb::ProcessLaunchInfoSP launch_info_sp) {93 return ToSWIGHelper(new lldb::ProcessLaunchInfoSP(std::move(launch_info_sp)),
592 lldb::ProcessLaunchInfoSP
90 lldb::ProcessLaunchInfoSP ScriptInterpreter::GetOpaqueTypeFromSBLaunchInfo( in GetOpaqueTypeFromSBLaunchInfo()
388 typedef std::shared_ptr<lldb_private::ProcessLaunchInfo> ProcessLaunchInfoSP; typedef