Searched refs:m_os_type (Results 1 – 2 of 2) sorted by relevance
120 llvm::Triple::OSType m_os_type = llvm::Triple::UnknownOS; variable
48 m_os_type(preferred_os), m_supported_triples(supported_triples), in PlatformAppleSimulator()523 if (triple.getOS() == m_os_type && in FindProcesses()