Searched refs:g_arch_plugins (Results 1 – 1 of 1) sorted by relevance
25 CPUPluginInfoMap g_arch_plugins; variable29 g_arch_plugins.find(g_current_cpu_type); in GetArchInfo()30 if (pos != g_arch_plugins.end()) in GetArchInfo()41 bool result = g_arch_plugins.find(g_current_cpu_type) != g_arch_plugins.end(); in SetArchitecture()51 g_arch_plugins[arch_info.cpu_type] = arch_info; in RegisterArchPlugin()