Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.h118 FileSpec GetCoreSimulatorPath();
H A DPlatformAppleSimulator.cpp227 FileSpec PlatformAppleSimulator::GetCoreSimulatorPath() { in GetCoreSimulatorPath() function in PlatformAppleSimulator
246 const std::string core_sim_path(GetCoreSimulatorPath().GetPath()); in LoadCoreSimulator()