Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/
DDNBArch.cpp25 CPUPluginInfoMap g_arch_plugins; variable
29 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()