Searched refs:g_core_definitions (Results 1 – 1 of 1) sorted by relevance
41 static const CoreDefinition g_core_definitions[] = { variable225 static_assert(sizeof(g_core_definitions) / sizeof(CoreDefinition) ==245 for (uint32_t i = 0; i < llvm::array_lengthof(g_core_definitions); ++i) in ListSupportedArchNames()246 list.AppendString(g_core_definitions[i].name); in ListSupportedArchNames()250 for (uint32_t i = 0; i < llvm::array_lengthof(g_core_definitions); ++i) in AutoComplete()251 request.TryCompleteCurrentArg(g_core_definitions[i].name); in AutoComplete()506 for (unsigned int i = 0; i < llvm::array_lengthof(g_core_definitions); ++i) { in FindCoreDefinition()507 if (name.equals_lower(g_core_definitions[i].name)) in FindCoreDefinition()508 return &g_core_definitions[i]; in FindCoreDefinition()514 if (core < llvm::array_lengthof(g_core_definitions)) in FindCoreDefinition()[all …]