Home
last modified time | relevance | path

Searched refs:PlatformAppleSimulator (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.cpp39 PlatformAppleSimulator::PlatformAppleSimulator( in PlatformAppleSimulator() function in PlatformAppleSimulator
54 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 …]
H A DPlatformAppleSimulator.h40 class PlatformAppleSimulator : public PlatformDarwin {
48 PlatformAppleSimulator(
67 ~PlatformAppleSimulator() override;
132 PlatformAppleSimulator(const PlatformAppleSimulator &) = delete;
133 const PlatformAppleSimulator &
134 operator=(const PlatformAppleSimulator &) = delete;
H A DPlatformMacOSX.cpp50 PlatformAppleSimulator::Initialize(); in Initialize()
81 PlatformAppleSimulator::Terminate(); in Terminate()
H A DCMakeLists.txt23 PlatformAppleSimulator.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/
H A DBUILD.gn49 sources += [ "PlatformAppleSimulator.cpp" ]
/llvm-project-15.0.7/lldb/unittests/Platform/
H A DPlatformAppleSimulatorTest.cpp24 SubsystemRAII<FileSystem, HostInfo, PlatformAppleSimulator, PlatformRemoteiOS,
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4252 lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.h