Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.h118 FileSpec GetCoreSimulatorPath();
H A DPlatformAppleSimulator.cpp226 FileSpec PlatformAppleSimulator::GetCoreSimulatorPath() { in GetCoreSimulatorPath() function in PlatformAppleSimulator
245 const std::string core_sim_path(GetCoreSimulatorPath().GetPath()); in LoadCoreSimulator()