Searched refs:PlatformAppleSimulator (Results 1 – 7 of 7) sorted by relevance
39 PlatformAppleSimulator::PlatformAppleSimulator( in PlatformAppleSimulator() function in PlatformAppleSimulator54 PlatformAppleSimulator::~PlatformAppleSimulator() = default;93 PlatformAppleSimulator::LoadCoreSimulator(); in GetStatus()137 PlatformAppleSimulator::LoadCoreSimulator(); in ConnectRemote()241 void PlatformAppleSimulator::LoadCoreSimulator() { in LoadCoreSimulator()353 return PlatformSP(new PlatformAppleSimulator( in CreateInstance()364 Status PlatformAppleSimulator::ResolveExecutable( in ResolveExecutable()472 Status PlatformAppleSimulator::GetSharedModule( in GetSharedModule()500 uint32_t PlatformAppleSimulator::FindProcesses( in FindProcesses()659 void PlatformAppleSimulator::Initialize() { in Initialize()[all …]
40 class PlatformAppleSimulator : public PlatformDarwin {48 PlatformAppleSimulator(67 ~PlatformAppleSimulator() override;132 PlatformAppleSimulator(const PlatformAppleSimulator &) = delete;133 const PlatformAppleSimulator &134 operator=(const PlatformAppleSimulator &) = delete;
50 PlatformAppleSimulator::Initialize(); in Initialize()81 PlatformAppleSimulator::Terminate(); in Terminate()
23 PlatformAppleSimulator.cpp
49 sources += [ "PlatformAppleSimulator.cpp" ]
24 SubsystemRAII<FileSystem, HostInfo, PlatformAppleSimulator, PlatformRemoteiOS,
4252 lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.h