Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DArchSpec.cpp243 static const ArchDefinition *g_arch_definitions[] = { variable
249 sizeof(g_arch_definitions) / sizeof(g_arch_definitions[0]);
261 const ArchDefinition *def = g_arch_definitions[i]; in FindArchDefinition()