Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformAppleSimulator.cpp47 m_sdk(sdk), m_sdk_type(sdk_type) {} in PlatformAppleSimulator()
84 if (!m_sdk.empty()) in GetStatus()
85 strm << " SDK Path: \"" << m_sdk << "\"\n"; in GetStatus()
436 if (!m_sdk.empty()) { in GetSymbolFile()
438 m_sdk.str().c_str(), platform_file_path); in GetSymbolFile()
DPlatformAppleSimulator.h105 llvm::StringRef m_sdk; variable