Home
last modified time | relevance | path

Searched refs:PlatformSP (Results 1 – 25 of 79) sorted by relevance

1234

/llvm-project-15.0.7/lldb/unittests/Platform/
H A DPlatformTest.cpp62 static PlatformSP CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
81 void SetHostPlatform(const PlatformSP &platform_sp) { in SetHostPlatform()
93 std::vector<PlatformSP> candidates; in TEST_F()
96 PlatformSP platform_sp = list.GetOrCreate(archs, {}, candidates); in TEST_F()
106 std::vector<PlatformSP> candidates; in TEST_F()
109 PlatformSP platform_sp = list.GetOrCreate(archs, {}, candidates); in TEST_F()
113 const PlatformSP selected_platform_sp = std::make_shared<PlatformArm>(); in TEST_F()
125 std::vector<PlatformSP> candidates; in TEST_F()
128 PlatformSP platform_sp = list.GetOrCreate(archs, {}, candidates); in TEST_F()
151 std::vector<PlatformSP> candidates; in TEST_F()
[all …]
/llvm-project-15.0.7/lldb/source/API/
H A DSBPlatform.cpp340 PlatformSP platform_sp(GetSP()); in GetName()
355 PlatformSP platform_sp(GetSP()); in GetWorkingDirectory()
364 PlatformSP platform_sp(GetSP()); in SetWorkingDirectory()
379 PlatformSP platform_sp(GetSP()); in ConnectRemote()
393 PlatformSP platform_sp(GetSP()); in DisconnectRemote()
401 PlatformSP platform_sp(GetSP()); in IsConnected()
410 PlatformSP platform_sp(GetSP()); in GetTriple()
425 PlatformSP platform_sp(GetSP()); in GetOSBuild()
440 PlatformSP platform_sp(GetSP()); in GetOSDescription()
455 PlatformSP platform_sp(GetSP()); in GetHostname()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h95 static lldb::PlatformSP GetHostPlatform();
101 static lldb::PlatformSP Create(llvm::StringRef name);
964 lldb::PlatformSP GetAtIndex(uint32_t idx) { in GetAtIndex()
965 lldb::PlatformSP platform_sp; in GetAtIndex()
980 lldb::PlatformSP GetSelectedPlatform() { in GetSelectedPlatform()
1003 lldb::PlatformSP GetOrCreate(llvm::StringRef name);
1004 lldb::PlatformSP GetOrCreate(const ArchSpec &arch,
1007 lldb::PlatformSP GetOrCreate(const ArchSpec &arch,
1027 lldb::PlatformSP Create(llvm::StringRef name);
1030 typedef std::vector<lldb::PlatformSP> collection;
[all …]
H A DTargetList.h100 lldb::PlatformSP &platform_sp, lldb::TargetSP &target_sp);
206 lldb::PlatformSP &platform_sp,
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBPlatform.h176 lldb::PlatformSP GetSP() const;
178 void SetSP(const lldb::PlatformSP &platform_sp);
181 const std::function<lldb_private::Status(const lldb::PlatformSP &)>
184 lldb::PlatformSP m_opaque_sp;
/llvm-project-15.0.7/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp43 PlatformSP PlatformOpenBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
70 return PlatformSP(new PlatformOpenBSD(false)); in CreateInstance()
72 return PlatformSP(); in CreateInstance()
86 PlatformSP default_platform_sp(new PlatformOpenBSD(true)); in Initialize()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlatform.cpp253 PlatformSP platform_sp; in DoExecute()
288 PlatformSP platform_sp( in DoExecute()
310 PlatformSP platform_sp( in GetOptions()
334 PlatformSP platform_sp( in DoExecute()
396 PlatformSP platform_sp( in DoExecute()
432 PlatformSP platform_sp( in DoExecute()
490 PlatformSP platform_sp( in DoExecute()
544 PlatformSP platform_sp( in DoExecute()
588 PlatformSP platform_sp( in DoExecute()
684 PlatformSP platform_sp( in DoExecute()
[all …]
H A DCommandOptionsProcessLaunch.cpp94 PlatformSP platform_sp = in SetOptionValue()
95 target_sp ? target_sp->GetPlatform() : PlatformSP(); in SetOptionValue()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteAppleBridge.cpp59 PlatformSP PlatformRemoteAppleBridge::CreateInstance(bool force, in CreateInstance()
127 return lldb::PlatformSP(new PlatformRemoteAppleBridge()); in CreateInstance()
134 return lldb::PlatformSP(); in CreateInstance()
H A DPlatformRemoteAppleTV.cpp60 PlatformSP PlatformRemoteAppleTV::CreateInstance(bool force, in CreateInstance()
123 return lldb::PlatformSP(new PlatformRemoteAppleTV()); in CreateInstance()
129 return lldb::PlatformSP(); in CreateInstance()
H A DPlatformRemoteiOS.cpp55 PlatformSP PlatformRemoteiOS::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
119 return lldb::PlatformSP(new PlatformRemoteiOS()); in CreateInstance()
126 return lldb::PlatformSP(); in CreateInstance()
H A DPlatformRemoteAppleWatch.cpp57 PlatformSP PlatformRemoteAppleWatch::CreateInstance(bool force, in CreateInstance()
130 return lldb::PlatformSP(new PlatformRemoteAppleWatch()); in CreateInstance()
136 return lldb::PlatformSP(); in CreateInstance()
H A DPlatformMacOSX.cpp59 PlatformSP default_platform_sp(new PlatformMacOSX()); in Initialize()
92 PlatformSP PlatformMacOSX::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
95 return PlatformSP(); in CreateInstance()
H A DPlatformRemoteMacOSX.cpp60 PlatformSP PlatformRemoteMacOSX::CreateInstance(bool force, in CreateInstance()
125 return PlatformSP(); in CreateInstance()
H A DPlatformAppleSimulator.cpp286 PlatformSP PlatformAppleSimulator::CreateInstance( in CreateInstance()
353 return PlatformSP(new PlatformAppleSimulator( in CreateInstance()
361 return PlatformSP(); in CreateInstance()
543 static PlatformSP CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
588 static PlatformSP CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
630 static PlatformSP CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
H A DPlatformRemoteAppleWatch.h25 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp18 PlatformSP OptionGroupPlatform::CreatePlatformWithOptions( in CreatePlatformWithOptions()
23 PlatformSP platform_sp; in CreatePlatformWithOptions()
129 const lldb::PlatformSP &platform_sp) const { in PlatformMatches()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h36 lldb::PlatformSP CreatePlatformWithOptions(CommandInterpreter &interpreter,
60 bool PlatformMatches(const lldb::PlatformSP &platform_sp) const;
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp40 PlatformSP default_platform_sp(new PlatformAndroid(true)); in Initialize()
61 PlatformSP PlatformAndroid::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
120 return PlatformSP(new PlatformAndroid(false)); in CreateInstance()
127 return PlatformSP(); in CreateInstance()
146 m_remote_platform_sp = PlatformSP(new PlatformAndroidRemoteGDBServer()); in ConnectRemote()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp48 PlatformSP PlatformFreeBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
75 return PlatformSP(new PlatformFreeBSD(false)); in CreateInstance()
77 return PlatformSP(); in CreateInstance()
91 PlatformSP default_platform_sp(new PlatformFreeBSD(true)); in Initialize()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp43 PlatformSP PlatformNetBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
64 return PlatformSP(new PlatformNetBSD(false)); in CreateInstance()
66 return PlatformSP(); in CreateInstance()
80 PlatformSP default_platform_sp(new PlatformNetBSD(true)); in Initialize()
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp56 static PlatformSP &GetHostPlatformSP() { in GetHostPlatformSP()
57 static PlatformSP g_platform_sp; in GetHostPlatformSP()
253 PlatformSP Platform::Create(llvm::StringRef name) { in Create()
254 lldb::PlatformSP platform_sp; in Create()
1954 for (const PlatformSP &platform_sp : m_platforms) { in GetOrCreate()
1961 PlatformSP PlatformList::GetOrCreate(const ArchSpec &arch, in GetOrCreate()
1986 PlatformSP platform_sp = create_callback(false, &arch); in GetOrCreate()
2009 PlatformSP PlatformList::GetOrCreate(const ArchSpec &arch, in GetOrCreate()
2058 [&](const PlatformSP &p) -> bool { in GetOrCreate()
2071 PlatformSP PlatformList::Create(llvm::StringRef name) { in Create()
[all …]
H A DTargetList.cpp65 PlatformSP &platform_sp, TargetSP &target_sp) { in CreateTarget()
84 PlatformSP platform_sp = platform_list.GetSelectedPlatform(); in CreateTargetInternal()
183 std::vector<PlatformSP> candidates; in CreateTargetInternal()
187 if (PlatformSP platform_for_archs_sp = in CreateTargetInternal()
248 lldb::PlatformSP &platform_sp, in CreateTargetInternal()
/llvm-project-15.0.7/lldb/unittests/Target/
H A DExecutionContextTest.cpp84 PlatformSP platform_sp; in TEST_F()
106 PlatformSP platform_sp; in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp45 PlatformSP PlatformLinux::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
73 return PlatformSP(new PlatformLinux(false)); in CreateInstance()
75 return PlatformSP(); in CreateInstance()
89 PlatformSP default_platform_sp(new PlatformLinux(true)); in Initialize()

1234