Searched refs:g_load_core_sim_flag (Results 1 – 1 of 1) sorted by relevance
243 static llvm::once_flag g_load_core_sim_flag; in LoadCoreSimulator() local244 llvm::call_once(g_load_core_sim_flag, [this] { in LoadCoreSimulator()