Home
last modified time | relevance | path

Searched refs:m_dev_runtime (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm100 CoreSimulatorSupport::Device::Device() : m_dev_type(), m_dev_runtime() {} function
103 : m_dev(d), m_dev_type(), m_dev_runtime() {} function
229 if (!m_dev_runtime.hasValue())
230 m_dev_runtime = DeviceRuntime([m_dev runtime]);
232 return m_dev_runtime.getValue();
H A DPlatformiOSSimulatorCoreSimulatorSupport.h174 llvm::Optional<DeviceRuntime> m_dev_runtime; variable