Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/
DPlatformiOSSimulatorCoreSimulatorSupport.mm103 : m_dev(nil), m_dev_type(), m_dev_runtime() {} function
106 : m_dev(d), m_dev_type(), m_dev_runtime() {} function
234 if (!m_dev_runtime.hasValue())
235 m_dev_runtime = DeviceRuntime([m_dev runtime]);
237 return m_dev_runtime.getValue();
DPlatformiOSSimulatorCoreSimulatorSupport.h174 llvm::Optional<DeviceRuntime> m_dev_runtime; variable