Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.has_value())
230 m_dev_runtime = DeviceRuntime([m_dev runtime]);
232 return m_dev_runtime.value();
H A DPlatformiOSSimulatorCoreSimulatorSupport.h174 std::optional<DeviceRuntime> m_dev_runtime; variable