Home
last modified time | relevance | path

Searched defs:m_dev_type (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.h174 std::optional<DeviceType> m_dev_type; variable