Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
DPlatformAppleSimulator.h120 llvm::Triple::OSType m_os_type = llvm::Triple::UnknownOS; variable
DPlatformAppleSimulator.cpp48 m_os_type(preferred_os), m_supported_triples(supported_triples), in PlatformAppleSimulator()
523 if (triple.getOS() == m_os_type && in FindProcesses()