Home
last modified time | relevance | path

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

/llvm-project/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
H A DPlatformiOSSimulatorCoreSimulatorSupport.h175 std::optional<DeviceRuntime> m_dev_runtime; variable