Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
DArchSpec.cpp435 static const ArchDefinition *g_arch_definitions[] = { variable
439 llvm::array_lengthof(g_arch_definitions);
447 const ArchDefinition *def = g_arch_definitions[i]; in FindArchDefinition()