Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.h119 llvm::Triple::OSType m_os_type = llvm::Triple::UnknownOS; variable
H A DPlatformAppleSimulator.cpp49 m_os_type(preferred_os), m_supported_triples(supported_triples), in PlatformAppleSimulator()
460 if (triple.getOS() == m_os_type && in FindProcesses()