Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.cpp230 if (!m_core_simulator_framework_path.has_value()) { in GetCoreSimulatorPath()
231 m_core_simulator_framework_path = in GetCoreSimulatorPath()
234 FileSystem::Instance().Resolve(*m_core_simulator_framework_path); in GetCoreSimulatorPath()
236 return m_core_simulator_framework_path.value(); in GetCoreSimulatorPath()
H A DPlatformAppleSimulator.h114 std::optional<FileSpec> m_core_simulator_framework_path; variable