Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.cpp244 static llvm::once_flag g_load_core_sim_flag; in LoadCoreSimulator() local
245 llvm::call_once(g_load_core_sim_flag, [this] { in LoadCoreSimulator()