Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.cpp243 static llvm::once_flag g_load_core_sim_flag; in LoadCoreSimulator() local
244 llvm::call_once(g_load_core_sim_flag, [this] { in LoadCoreSimulator()