Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm69 CoreSimulatorSupport::DeviceType::DeviceType() : m_model_identifier() {} function
72 : m_dev(d), m_model_identifier() {} function
H A DPlatformiOSSimulatorCoreSimulatorSupport.h98 std::optional<ModelIdentifier> m_model_identifier; variable